# Copyright (c) OpenMMLab. All rights reserved.
from .pp_mobileseg_head import PPMobileSegHead

__all__ = [
    'PPMobileSegHead',
]
