OneLagent / lagent /__init__.py
3v324v23's picture
Add files
4535c91
raw
history blame contribute delete
138 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from .version import __version__, version_info
__all__ = ['__version__', 'version_info']