mirror of
https://github.com/modelscope/modelscope.git
synced 2025-12-25 12:39:25 +01:00
5 lines
156 B
Python
5 lines
156 B
Python
# Copyright (c) Alibaba, Inc. and its affiliates.
|
|
from .version import __release_datetime__, __version__
|
|
|
|
__all__ = ['__version__', '__release_datetime__']
|