curious-greg/wsgi.py

4 行
58 B
Python
Raw パーマリンク 通常表示 履歴

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