add __main__.py to allow running with python -m
also
This commit is contained in:
parent
40830f080f
commit
ec257ad665
3
postoffice/post_office_jinja/__main__.py
Normal file
3
postoffice/post_office_jinja/__main__.py
Normal file
@ -0,0 +1,3 @@
|
||||
from . import main
|
||||
|
||||
main()
|
Loading…
Reference in New Issue
Block a user