adds regular processing script whichs writes to database in server

This commit is contained in:
2020-04-24 18:23:47 +00:00
parent aaf66a1f10
commit 8d546e37a8
6 changed files with 36 additions and 3 deletions

3
__init__.py Normal file
View File

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