Delete __main__.py

This commit is contained in:
sgithuber 2021-06-15 19:32:29 +09:00 committed by GitHub
commit 72f438beb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +0,0 @@
"""
python -m pelican module entry point to run via python -m
"""
from . import main
if __name__ == '__main__':
main()