diff --git a/daemons/base.py b/daemons/base.py index 7201992..bd6fd00 100644 --- a/daemons/base.py +++ b/daemons/base.py @@ -1,3 +1,3 @@ -class Base: +class Daemon: def execute(self): raise NotImplemented