Files
ThorsHammerNew/wsgi.py
2026-04-25 12:03:54 -05:00

6 lines
67 B
Python

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