Files
motus_remote/web/wsgi.py
2021-12-30 15:34:27 +00:00

5 lines
62 B
Python

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