Populate init files

This commit is contained in:
blackfly
2020-04-11 17:35:00 +02:00
parent 8c629c0cb1
commit e54bf07030
2 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
"""ProtoTorch modules."""
from .prototypes import Prototypes1D
__all__ = [
'Prototypes1D',
]