calendarwatch_frontend/routine.py

5 lines
73 B
Python

from backend.Routine import Routine
routine = Routine()
routine.start()