ymlin105's picture
chore: remove legacy files and scripts no longer part of the main architecture
3f281f1
"""Data access layer for book recommendation system."""
from src.data.repository import DataRepository, data_repository
__all__ = ["DataRepository", "data_repository"]