curious-greg/wsgi.py

4 lignes
58 B
Python
Brut Lien permanent Vue normale Historique

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