|
|
|
@ -5,6 +5,7 @@ except ImportError: # pragma: no cover |
|
|
|
cli_main = None # type: ignore |
|
|
|
# cli_main = None # type: ignore |
|
|
|
|
|
|
|
|
|
|
|
def main() -> None: |
|
|
|
if not cli_main: # type: ignore[truthy-function] |
|
|
|
message = 'To use the fastapi command, please install "fastapi[standard]":\n\n\tpip install "fastapi[standard]"\n' |
|
|
|
|