sql-gen / wsgi.py
h3110Fr13nd
changes
2b4a7b8
raw
history blame contribute delete
114 Bytes
from ddl_query_generator import app
if __name__ == "__main__":
app.run(host='0.0.0.0', port=7860, debug=True)