adds routines.python script
This commit is contained in:
parent
999ae069da
commit
1b7980e834
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()
|
Loading…
Reference in New Issue
Block a user