2021.4 #19

Merged
edraft merged 237 commits from 2021.4 into master 2021-04-01 10:13:33 +02:00
Showing only changes of commit 2769afc1e4 - Show all commits

View File

@ -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