treetrail-backend/src/treetrail/__main__.py
phil 1693662e75
All checks were successful
/ test (push) Successful in 17s
/ build (push) Successful in 19s
Version file added dynamically (workaround as uv does not have this feature yet)
Tag container image with playbook
Importable module with python -m treetrail
2024-11-04 03:58:58 +01:00

3 lines
No EOL
39 B
Python

from .application import _main
_main()