# Copyright (c) OpenMMLab. All rights reserved.
from .strideformer import StrideFormer

__all__ = ['StrideFormer']
