__init__.py 255 Bytes
Newer Older
wanglch's avatar
wanglch committed
1
2
3
4
5
6
# Copyright (c) Alibaba, Inc. and its affiliates.

from .api import HubApi, ModelScopeConfig
from .push_to_hub import push_to_hub, push_to_hub_async, push_to_hub_in_queue
from .repository import Repository
from .snapshot_download import snapshot_download