soleprint init commit
This commit is contained in:
13
station/tools/tester/__main__.py
Normal file
13
station/tools/tester/__main__.py
Normal 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()
|
||||
Reference in New Issue
Block a user