adds routines.python script
This commit is contained in:
BIN
docker/calendarwatch/.docker-entrypoint.sh.swp
Normal file
BIN
docker/calendarwatch/.docker-entrypoint.sh.swp
Normal file
Binary file not shown.
4
routine.py
Normal file
4
routine.py
Normal file
@ -0,0 +1,4 @@
|
||||
from backend.Routine import Routine
|
||||
|
||||
routine = Routine()
|
||||
routine.start()
|
Reference in New Issue
Block a user