Bias renamed and Model IO / Config module parameters

This commit is contained in:
Si11ium
2020-04-27 17:31:29 +02:00
parent 8497857a57
commit 3e75d73a6b
6 changed files with 35 additions and 14 deletions

View File

@ -66,6 +66,7 @@ class Config(ConfigParser, ABC):
@property
def project(self):
return self._get_namespace_for_section('project')
###################################################
@property