"""数据访问层。"""
from app.repository.core_ro import CoreReadOnlyRepository
__all__ = ["CoreReadOnlyRepository"]