ayco.io-flask/wsgi.py
2024-04-08 10:13:07 +00:00

4 lines
62 B
Python
Executable file

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