- refactored tasks

This commit is contained in:
jens
2020-12-17 14:45:43 +01:00
parent 5f1a8a94e0
commit fb37750ec7
7 changed files with 250 additions and 223 deletions
+5
View File
@@ -0,0 +1,5 @@
from tasks.task import *
from tasks.tempsensor import *
from tasks.heater import *
from tasks.pot import *
from tasks.tempctrl import *