6 lines
82 B
Python
6 lines
82 B
Python
"""GovOPlaN calendar module."""
|
|
|
|
__all__ = ["__version__"]
|
|
|
|
__version__ = "0.1.4"
|