chore: make runnable file

This commit is contained in:
2025-04-22 18:42:59 +03:00
parent 986854746f
commit 70c8d50ec9
3 changed files with 17 additions and 2 deletions

View File

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