2021.4.1 #11

Merged
edraft merged 172 commits from 2021.04.01 into 2021.04 2021-03-21 20:04:24 +01: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