Improved configuration

This commit is contained in:
2021-03-04 18:12:51 +01:00
parent 01ef965180
commit 6452226b50
2 changed files with 13 additions and 7 deletions

View File

@@ -37,7 +37,7 @@ class ConfigurationABC(ABC):
def add_console_arguments(self): pass
@abstractmethod
def add_json_file(self, name: str, optional: bool = None): pass
def add_json_file(self, name: str, optional: bool = None, output: bool = False): pass
@abstractmethod
def add_configuration(self, key_type: type, value: object): pass