5 lines
73 B
Python
5 lines
73 B
Python
|
from backend.Routine import Routine
|
||
|
|
||
|
routine = Routine()
|
||
|
routine.start()
|