def wavy1(x): from mystic.models.wavy import wavy1 return wavy1(x)
def wavy1(x): from mystic.models.wavy import wavy1; return wavy1(x)