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