4 lines
71 B
Python
4 lines
71 B
Python
class Daemon:
|
|
def execute(self):
|
|
raise NotImplementedError
|