fix #3

Merged
emmatveev merged 1 commits from master into dev 2024-11-27 04:09:18 +03:00

View File

@ -1,3 +1,3 @@
class Base: class Daemon:
def execute(self): def execute(self):
raise NotImplemented raise NotImplemented