import sys

sys.path.append("./senior-ci")

from argocd.sync_deployments import SyncDeployments

SyncDeployments()
