2021.4 #19

Merged
edraft merged 237 commits from 2021.4 into master 2021-04-01 10:13:33 +02:00
Showing only changes of commit c3e9803cd6 - Show all commits

View File

@ -7,6 +7,9 @@ class LoggerABC(ServiceABC):
@abstractmethod @abstractmethod
def __init__(self): def __init__(self):
"""
ABC for logging
"""
ServiceABC.__init__(self) ServiceABC.__init__(self)
@abstractmethod @abstractmethod