#!/usr/bin/env python3
import sys
sys.path.insert(0, "/opt/router-ops/lib")
from router_step_contract import main
raise SystemExit(main())
