"""Módulo común para funcionalidades compartidas entre servicios.""" from .response import create_service_response, create_error_response __all__ = ['create_service_response', 'create_error_response']