Lagent / lagent /__init__.py
yanyoyo
update
ec878fd
raw
history blame contribute delete
138 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from .version import __version__, version_info
__all__ = ['__version__', 'version_info']