2022-07-18 11:11:13 +08:00

7 lines
98 B
Python

# Copyright (c) OpenMMLab. All rights reserved.
from .lamb import Lamb
__all__ = [
'Lamb',
]