This website works better with JavaScript
Etusivu
Tutki
Kirjaudu sisään
zpenr
/
ZpenrMessangerProject
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
d017f972df
Haarat
Tagit
master
ZpenrMessang...
/
wsgi.py
wsgi.py
88 B
Historia
Raaka
1
2
3
4
5
6
from app import create_app
app = create_app()
if __name__ == "__main__":
app.run()