This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
yulongyan_citu
/
mendunr_project
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
a34383f095
Branches
Tags
master
mendunr_proj...
/
wsgi.py
wsgi.py
71 B
Verlauf
Originalformat
1
2
3
4
5
# wsgi.py
from app import app
if __name__ == "__main__":
app.run()