8 lines
99 B
Python
8 lines
99 B
Python
"""ProtoTorch modules."""
|
|
|
|
from .prototypes import Prototypes1D
|
|
|
|
__all__ = [
|
|
"Prototypes1D",
|
|
]
|