Files
Bennys-Board/wsgi.py
2025-11-27 00:00:50 +00:00

5 lines
59 B
Python

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