Log an informational message to stdout.
(self, message: str)
| 45 | print(f"[{self.command}] {name}") |
| 46 | |
| 47 | def info(self, message: str) -> None: |
| 48 | """Log an informational message to stdout.""" |
| 49 | print(f"[{self.command}] {message}") |
no outgoing calls
no test coverage detected