curious-greg/wsgi.py

4 строки
58 B
Python
Исходник Постоянная ссылка Обычный вид История

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