from fastapi import APIRouter router = APIRouter(prefix="/api/executions", tags=["executions"]) # Will be implemented in later tasks