1 2 3 4 5 6 7 8 9
""" python -m pelican module entry point to run via python -m """ from . import main if __name__ == '__main__': main()