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

5 lines
94 B
Python
Raw Normal View History

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