canon_law/app.py

5 lines
114 B
Python
Raw Normal View History

2019-06-03 06:52:10 -04:00
from canon_law import __init__ as handler
if __name__ == "__main__":
app = handler.create_app()
app.run()