Files
Thors-Hammer-Help/wsgi.py
2026-04-25 16:08:12 +00:00

6 lines
67 B
Python

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