Initial commit: ConfigForge v1.0.0
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:
2026-01-29 10:47:58 +00:00
parent 32a3b72dd3
commit 388ab7cfba

6
configforge/__main__.py Normal file
View File

@@ -0,0 +1,6 @@
"""Entry point for ConfigForge CLI."""
from configforge.cli import main
if __name__ == "__main__":
main()