5 lines
134 B
Python
5 lines
134 B
Python
|
# Copyright (c) OpenMMLab. All rights reserved.
|
||
|
from .distributed_sampler import DistributedSampler
|
||
|
|
||
|
__all__ = ['DistributedSampler']
|