ayco.io-flask/wsgi.py
2024-04-07 03:23:52 +00:00

4 lines
62 B
Python

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