(self, system_name: str)
| 14 | """ |
| 15 | |
| 16 | def __init__(self, system_name: str): |
| 17 | self.system_name = system_name |
| 18 | |
| 19 | def get_answer(self, task_id: str, task_data: Dict[str, Any], output_dir: str, logger: Logger) -> Any: |
| 20 | """ |
nothing calls this directly
no outgoing calls
no test coverage detected