letterbomb/wsgi.py
2021-04-03 15:41:19 +09:00

4 lines
61 B
Python

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