"""{{ cookiecutter.library_name }}.""" from .hello import hello # TODO Delete me after adding code. __all__ = ["hello"] __version__ = "0.1.0"