bbz/wsgi.py
2024-12-22 07:48:41 +01:00

4 lines
72 B
Python

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