hm_ai_qc_report_tool/wsgi.py
2025-12-30 16:47:56 +02:00

5 lines
112 B
Python

"""WSGI entry point for production deployment."""
from app import app
if __name__ == "__main__":
app.run()