itplanning/run.py
2021-05-25 21:01:20 +02:00

6 lines
98 B
Python

from ITPlanning.app import create_app
app= create_app()
if __name__ == '__main__':
app.run()