refact: rename planner to tasks

This commit is contained in:
2022-04-09 06:58:44 +02:00
parent 32c74ae679
commit ebf5bd0c7d
4 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
""" Scheduler for action to make """
from bopytex.planner import Task
from bopytex.tasks import Task
class Scheduler: