(self, phase)
| 293 | raise NotImplementedError("Subclasses should implement this method.") |
| 294 | |
| 295 | def example_command(self, phase): |
| 296 | raise NotImplementedError("Subclasses should implement this method.") |
| 297 | |
| 298 | |
| 299 | class ProfessorAgent(BaseAgent): |
nothing calls this directly
no outgoing calls
no test coverage detected