"""Wrapper — اسکریپت اصلی در backend/services/identity-access/scripts/patch_keycloak_client.py""" import runpy import sys from pathlib import Path ROOT = Path(__file__).resolve().parents[3] SCRIPT = ROOT / "backend/services/identity-access/scripts/patch_keycloak_client.py" sys.path.insert(0, str(SCRIPT.parent)) runpy.run_path(str(SCRIPT), run_name="__main__")