demo seed change

This commit is contained in:
Urtzi Alfaro
2025-12-13 23:57:54 +01:00
parent f3688dfb04
commit ff830a3415
299 changed files with 20328 additions and 19485 deletions

1
shared/clients/base_service_client.py Normal file → Executable file
View File

@@ -105,6 +105,7 @@ class BaseServiceClient(ABC):
timeout=60,
success_threshold=2
)
@abstractmethod
def get_service_base_path(self) -> str: