Files
home-assistant-pi-pico-w-da…/main.py
2024-05-16 16:21:50 +01:00

4 lines
42 B
Python

from app import App
app = App()
app.run()