canon_law/app.py
Elliott Pardee 89a8f22134 bump
2019-06-03 06:52:10 -04:00

5 lines
114 B
Python

from canon_law import __init__ as handler
if __name__ == "__main__":
app = handler.create_app()
app.run()