pythonweb/web-interface/wsgi.py

5 lines
71 B
Python

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