(self, argv=None)
| 44 | } |
| 45 | |
| 46 | def initialize(self, argv=None): |
| 47 | super().initialize(argv=argv) |
| 48 | if self.config_file: |
| 49 | self.load_config_file(self.config_file, [Path(__file__).parent / "configs"]) |
| 50 | |
| 51 | def start(self): |
| 52 | print(School(parent=self)) |