craftbeerpi4-pione/run.py

7 lines
No EOL
78 B
Python

from core.craftbeerpi import CraftBeerPi
cbpi = CraftBeerPi()
cbpi.start()