refactor: import main from package

This commit is contained in:
thePR0M3TH3AN
2025-08-08 15:27:43 -04:00
parent d7ff7b2354
commit 4a537b7063

View File

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