Files
ha-elegoo-spaghetti-detection/addon/rootfs/app/wsgi.py
T
2026-05-03 23:47:54 +03:00

7 lines
90 B
Python

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