Improved hosting
This commit is contained in:
@@ -10,7 +10,6 @@ class ConfigurationBase(ServiceBase):
|
||||
@abstractmethod
|
||||
def __init__(self):
|
||||
ServiceBase.__init__(self)
|
||||
self._config: dict[type, object] = {}
|
||||
|
||||
@property
|
||||
@abstractmethod
|
||||
|
@@ -9,6 +9,8 @@ class Configuration(ConfigurationBase):
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
|
||||
self._config: dict[type, object] = {}
|
||||
|
||||
@property
|
||||
def config(self):
|
||||
return self._config
|
||||
|
Reference in New Issue
Block a user