Improved testing and service providing
This commit is contained in:
@@ -6,8 +6,5 @@ class ServiceBase(ABC):
|
||||
@abstractmethod
|
||||
def __init__(self): pass
|
||||
|
||||
@abstractmethod
|
||||
def init(self, args: tuple): pass
|
||||
|
||||
@abstractmethod
|
||||
def create(self): pass
|
||||
|
||||
Reference in New Issue
Block a user