Spaces:
Sleeping
Sleeping
File size: 170 Bytes
3f281f1 | 1 2 3 4 5 6 | """Data access layer for book recommendation system."""
from src.data.repository import DataRepository, data_repository
__all__ = ["DataRepository", "data_repository"]
|