project1/datasets/parsers/__init__.py

4 lines
62 B
Python

from .coco_video_parser import CocoVID
__all__ = ['CocoVID']