curious-greg/wsgi.py

4 řádky
58 B
Python
Surový Trvalý odkaz Normální zobrazení Historie

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