adds routines.python script

This commit is contained in:
Raphael Maenle 2020-05-15 16:05:45 +02:00
parent 999ae069da
commit 1b7980e834
2 changed files with 4 additions and 0 deletions

Binary file not shown.

4
routine.py Normal file
View File

@ -0,0 +1,4 @@
from backend.Routine import Routine
routine = Routine()
routine.start()