curious-greg/wsgi.py

4 lines
58 B
Python
Raw Permalink Normal View History

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