File size: 134 Bytes
d7a991a
 
 
 
1
2
3
4
5
# Copyright (c) OpenMMLab. All rights reserved.
from .distributed_sampler import DistributedSampler

__all__ = ['DistributedSampler']