blokdata/wsgi.py
2020-05-13 16:16:00 +02:00

4 lines
84 B
Python

from src import app as application
if __name__ == "__main__":
application.run()