Files
modelscope/maas_lib/__init__.py
wenmeng.zwm 0a756f6a0d [to #41402703] add basic modules
* 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
2022-05-17 10:15:00 +08:00

5 lines
110 B
Python

# Copyright (c) Alibaba, Inc. and its affiliates.
from .version import __version__
__all__ = ['__version__']