mirror of
https://github.com/modelscope/modelscope.git
synced 2026-02-24 20:19:51 +01:00
* add constant * add logger module * add registry and builder module * add fileio module * add requirements and setup.cfg * add config module and tests * add citest script Link: https://code.aone.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/8718998
5 lines
110 B
Python
5 lines
110 B
Python
# Copyright (c) Alibaba, Inc. and its affiliates.
|
|
from .version import __version__
|
|
|
|
__all__ = ['__version__']
|