(self)
| 109 | self.log_env: Path = DIR_LOGS |
| 110 | self.log_local: Path = local_output_dir |
| 111 | self.logger = get_logger(self.name, log_path=self.log_local / "game.log", emoji="🏓") |
| 112 | self.environment: DockerEnvironment = self.get_environment() |
| 113 | """The running docker environment for executing the game""" |
| 114 | |
| 115 | @property |
nothing calls this directly
no outgoing calls
no test coverage detected