4 lines
62 B
Python
4 lines
62 B
Python
|
from .example_net import ExampleNet
|
||
|
|
||
|
__all__ = ['ExampleNet']
|