curious-greg/wsgi.py

4 rader
58 B
Python
Permalänk Normal vy Historik

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