from step_g import step_g def step_f(x): step_g(x) return x