mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 22:03:48 +08:00
4 lines
65 B
Python
4 lines
65 B
Python
|
from .dummy_resnet import DummyResNet
|
||
|
|
||
|
__all__ = ['DummyResNet']
|