4 lines
66 B
Python
4 lines
66 B
Python
class Daemon:
|
|
def execute(self):
|
|
raise NotImplemented
|
class Daemon:
|
|
def execute(self):
|
|
raise NotImplemented
|