6 lines
79 B
Python
6 lines
79 B
Python
"""GovOPlaN Poll module."""
|
|
|
|
__all__ = ["__version__"]
|
|
|
|
__version__ = "0.1.10"
|