from step_o import step_o def step_n(x): step_o(x) return x