Lagrange.RagBot/rag/model/__init__.py

5 lines
55 B
Python

from .enn import LinearEnn
__all__ = [
LinearEnn
]