from child import Child def run() -> None: c = Child() c.gp_method()