mmclassification/mmpretrain/models/multimodal/otter/__init__.py

5 lines
94 B
Python

# Copyright (c) OpenMMLab. All rights reserved.
from .otter import Otter
__all__ = ['Otter']