Skip to content
Snippets Groups Projects
__init__.py 132 B
Newer Older
Paul McCarthy's avatar
Paul McCarthy committed
#!/usr/bin/env python


__version__ = '0.1.0'


# make myfunction available
# at the package-level
from .mymodule import myfunction