mirror of
https://github.com/deepseek-ai/3FS
synced 2025-05-11 16:10:35 +00:00
6 lines
113 B
Python
6 lines
113 B
Python
#!/usr/bin/env python
|
|
from hf3fs_utils import cli
|
|
|
|
if __name__ == "__main__":
|
|
cli.cli(max_content_width=120)
|