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