Add __main__ to expose CLI entrypoint

This commit is contained in:
Rafael Moraes
2026-02-26 14:03:38 -03:00
parent 2aa936ae88
commit ef9c480714
+3
View File
@@ -0,0 +1,3 @@
from .cli.cli import main
main()