Plain is headed towards 1.0! Subscribe for development updates →
1def setup() -> None: 2 """Register the scan CLI command.""" 3 # Import the CLI to trigger registration 4 from .cli import cli # noqa: F401