6 lines
93 B
Python
6 lines
93 B
Python
"""GovOPlaN distribution lists module."""
|
|
|
|
__all__ = ["__version__"]
|
|
|
|
__version__ = "0.1.20"
|