|
|
@ -3,7 +3,7 @@ try: |
|
|
|
|
|
|
|
|
except ImportError: # pragma: no cover |
|
|
except ImportError: # pragma: no cover |
|
|
cli_main = None # type: ignore |
|
|
cli_main = None # type: ignore |
|
|
|
|
|
# cli_main = None # type: ignore |
|
|
|
|
|
|
|
|
def main() -> None: |
|
|
def main() -> None: |
|
|
if not cli_main: # type: ignore[truthy-function] |
|
|
if not cli_main: # type: ignore[truthy-function] |
|
|
|