major restructure

This commit is contained in:
buenosairesam
2026-01-20 05:31:26 -03:00
parent 27b32deba4
commit e4052374db
328 changed files with 1022 additions and 10022 deletions

View File

@@ -0,0 +1,13 @@
"""
CLI entry point for contracts_http tool.
Usage:
python -m contracts_http discover
python -m contracts_http run
python -m contracts_http run mascotas
"""
from .cli import main
if __name__ == "__main__":
main()