ARAZIM / wsgi.py
RANA
wsgi
adad52a
raw
history blame contribute delete
61 Bytes
from app import app
if __name__ == "__main__":
app.run()