6 lines
83 B
Python
6 lines
83 B
Python
"""GovOPlaN calendar module."""
|
|
|
|
__all__ = ["__version__"]
|
|
|
|
__version__ = "0.1.18"
|