Files
CGW-Quote-Builder/app_simple/wsgi.py
T
2026-04-11 00:04:09 -05:00

5 lines
66 B
Python

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