ayco.io-flask/wsgi.py

4 lines
62 B
Python
Executable file

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