Source code for kudzu

# -*- coding: utf-8 -*-

"""Top-level package for Kudzu."""

__author__ = "Sumanth D"
__email__ = "sumanthomgowda@gmail.com"
# Do not edit this string manually, always use bumpversion
# Details in CONTRIBUTING.md
__version__ = "0.0.0"


[docs]def get_module_version(): return __version__
from .example import Example # noqa: F401