swizzin_dashboard/wsgi.py
2020-03-07 14:34:57 -08:00

5 lines
66 B
Python

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