from core_shared import ServiceSettings class HumanServiceSettings(ServiceSettings): service_name: str = "human-service" service_port: int = 8011