Improved comments of logging

This commit is contained in:
Sven Heidemann 2021-03-14 16:18:04 +01:00
parent 9e7c6a695f
commit c3e9803cd6

View File

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