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