calendarwatch_frontend/routine.py

5 lines
73 B
Python
Raw Normal View History

2020-05-15 16:05:45 +02:00
from backend.Routine import Routine
routine = Routine()
routine.start()