curious-greg/wsgi.py

4 linhas
Sem EOL
58 B
Python

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