Alexander Engelsberger 7c30ffe2c7 Automatic Formatting.
2021-04-23 17:25:23 +02:00

8 lines
99 B
Python

"""ProtoTorch modules."""
from .prototypes import Prototypes1D
__all__ = [
"Prototypes1D",
]