from step_c import step_c def step_b(x): step_c(x) return x