# Smoke test: verify the OpenROAD Python extension loads from a downstream project. from openroadpy import Tech tech = Tech() print("OpenROAD Python extension loaded successfully")