Add commands and formatters modules
Some checks failed
CI / test (3.10) (push) Has been cancelled
CI / test (3.11) (push) Has been cancelled
CI / test (3.12) (push) Has been cancelled
CI / test (3.8) (push) Has been cancelled
CI / test (3.9) (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / typecheck (push) Has been cancelled
CI / build-package (push) Has been cancelled
Some checks failed
CI / test (3.10) (push) Has been cancelled
CI / test (3.11) (push) Has been cancelled
CI / test (3.12) (push) Has been cancelled
CI / test (3.8) (push) Has been cancelled
CI / test (3.9) (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / typecheck (push) Has been cancelled
CI / build-package (push) Has been cancelled
This commit is contained in:
8
configforge/commands/__init__.py
Normal file
8
configforge/commands/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""Command modules for ConfigForge CLI."""
|
||||
|
||||
from .validate import validate
|
||||
from .convert import convert
|
||||
from .generate import generate
|
||||
from .schema import schema
|
||||
|
||||
__all__ = ["validate", "convert", "generate", "schema"]
|
||||
Reference in New Issue
Block a user