Transformer Implementation

This commit is contained in:
Si11ium
2020-10-29 16:40:43 +01:00
parent f296ba78b9
commit 13812b83b5
5 changed files with 167 additions and 66 deletions

View File

@ -102,7 +102,7 @@ class Config(ConfigParser, ABC):
# TODO: Do this programmatically; This did not work:
# Initialize Default Sections as Property
# for section in self.default_sections:
# self.__setattr__(section, property(lambda x :x._get_namespace_for_section(section))
# self.__setattr__(section, property(lambda tensor :tensor._get_namespace_for_section(section))
@property
def main(self):