(self)
| 15 | default_settings: ClassVar[dict[str, Any]] = {"LOG_ENABLED": False} |
| 16 | |
| 17 | def short_desc(self) -> str: |
| 18 | return "List available spiders" |
| 19 | |
| 20 | def run(self, args: list[str], opts: argparse.Namespace) -> None: |
| 21 | assert self.settings is not None |
no outgoing calls