5 lines
125 B
Python
Raw Normal View History

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