Add module entry point

This commit is contained in:
thePR0M3TH3AN
2025-07-18 10:39:52 -04:00
parent c8d09d6294
commit 37c78f608a

View File

@@ -0,0 +1,4 @@
from .app import main
if __name__ == "__main__":
main()