2021.4.1 #11
@ -60,12 +60,13 @@ class ConfigurationABC(ABC):
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
@abstractmethod
|
@abstractmethod
|
||||||
def add_json_file(self, name: str, optional: bool = None, output: bool = True):
|
def add_json_file(self, name: str, optional: bool = None, output: bool = True, path: str = None):
|
||||||
"""
|
"""
|
||||||
Reads and saves settings from given json file
|
Reads and saves settings from given json file
|
||||||
:param name:
|
:param name:
|
||||||
:param optional:
|
:param optional:
|
||||||
:param output:
|
:param output:
|
||||||
|
:param path:
|
||||||
:return:
|
:return:
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user