mmocr/projects/example_project/dummy/__init__.py

4 lines
65 B
Python

from .dummy_resnet import DummyResNet
__all__ = ['DummyResNet']