2
0
Fork 0

add __main__.py to allow running with `python -m` also

This commit is contained in:
whosit 2023-07-27 17:06:02 +03:00
parent 40830f080f
commit ec257ad665
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
from . import main
main()