dbos-inc / dbos-transact-py

Ultra-Lightweight Durable Execution in Python
https://docs.dbos.dev
MIT License
244 stars 7 forks source link

move cli from package to module #65

Closed devhawk closed 2 months ago

devhawk commented 2 months ago

this simplifies calling dbos cli as a module (python3 -m dbos.cli <args> vs python3 -m dbos.cli.cli <args>)