| 359 | |
| 360 | |
| 361 | class CLIContext: |
| 362 | def __init__(self, config: str | None, config_file: str | None) -> None: |
| 363 | self.config = config |
| 364 | self.config_file = config_file |
| 365 | |
| 366 | |
| 367 | async def init(ctx: CLIContext, app_labels: tuple[str, ...]) -> None: |
no outgoing calls
no test coverage detected
searching dependent graphs…