MisterAI's picture
download
raw
418 Bytes
try:
from fastapi_cli.cli import main as cli_main
except ImportError: # pragma: no cover
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'
print(message)
raise RuntimeError(message) # noqa: B904
cli_main()

Xet Storage Details

Size:
418 Bytes
·
Xet hash:
f07c6fb43e8b09170af61eea845237f99f1c4107d54d6a20f28cb559dee19d67

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.