# services/sales/app/repositories/__init__.py
from .sales_repository import SalesRepository
__all__ = ["SalesRepository"]