Skip to content
Snippets Groups Projects
__init__.py 175 B
Newer Older
#!/usr/bin/env python


__version__ = '0.1.0'


# The top-level __init__.py can
# be used to set up the overall
# namespace for your library.
from .mymodule import myfunction