6 lines
106 B
Python
6 lines
106 B
Python
"""GovOPlaN configured-system documentation module."""
|
|
|
|
__all__ = ["__version__"]
|
|
|
|
__version__ = "0.1.15"
|