xiexinch 2843faa6b5 [Projects] Add 'Projects/' folder, and the first example project (#2412)
add example project

add ci ignore

add version limits
2022-12-30 22:52:07 +08:00

4 lines
65 B
Python

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