def step(x): from mystic.models.dejong import step return step(x)
def step(x): from mystic.models.dejong import step; return step(x)