ostruct-cli 0.1.4__py3-none-any.whl → 0.3.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
ostruct/cli/__init__.py CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  from .cli import (
4
4
  ExitCode,
5
- _main,
5
+ main,
6
6
  validate_schema_file,
7
7
  validate_task_template,
8
8
  validate_variable_mapping,
@@ -11,7 +11,7 @@ from .path_utils import validate_path_mapping
11
11
 
12
12
  __all__ = [
13
13
  "ExitCode",
14
- "_main",
14
+ "main",
15
15
  "validate_path_mapping",
16
16
  "validate_schema_file",
17
17
  "validate_task_template",