"""
yyy - Subpackage of Scipy module exmplpackage
"""

__all__ = ['fun']

def fun():
    return 'Hello from yyy.fun'
