aboutsummaryrefslogtreecommitdiff
path: root/mylib/__init__.py
blob: 3f1e31fd46234c1ada86ec7ccec934b30afb3d21 (plain)
1
2
3
"""My super library."""
def hello_world():
    print("Hello World!")