apenwarr-redo/redo/version/__init__.py
Avery Pennarun 29f939013e Add a bunch of missing python docstrings.
This appeases pylint, so un-disable its docstring warning.
2018-12-14 09:03:53 +00:00

2 lines
113 B
Python

"""A module which provides current redo version information from git."""
from ._version import COMMIT, TAG, DATE