__init__.py 174 Bytes Raw Blame History Permalink 1 2 3 4 5 # Copyright (c) OpenMMLab. All rights reserved. from .general_data import GeneralData from .instance_data import InstanceData __all__ = ['GeneralData', 'InstanceData']