Begin work on scheduling management command

This commit is contained in:
2023-02-17 07:20:19 +00:00
parent ffdbcecc8d
commit da67177a18
9 changed files with 126 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
class ActiveManagement(object):
def __init__(self, strategy):
self.strategy = strategy