from step_j import step_j def step_i(x): step_j(x) return x