"""
Settlements router for TripTalley.
"""

from fastapi import APIRouter

router = APIRouter()

# Settlement endpoints will be implemented here:
# - GET /{trip_id}/balances
# - GET /{trip_id}/settlement
# - POST /{trip_id}/payments
# - GET /{trip_id}/payments
# - GET /{trip_id}/export