KemoFureApi/wsgi.py

5 lines
62 B
Python
Raw Normal View History

2023-08-25 04:02:10 +08:00
from app import app
if __name__ == '__main__':
app.run()