"""
Sync router for TripTalley.
"""

from fastapi import APIRouter

router = APIRouter()

# Sync endpoints will be implemented here:
# - POST /
# - GET /{trip_id}