try
This commit is contained in:
3
daemons/base.py
Normal file
3
daemons/base.py
Normal file
@@ -0,0 +1,3 @@
|
||||
class BaseDaemon:
|
||||
def execute(self):
|
||||
raise NotImplementedError
|
||||
Reference in New Issue
Block a user