6 lines
84 B
Python
6 lines
84 B
Python
"""GovOPlaN Scheduling module."""
|
|
|
|
__all__ = ["__version__"]
|
|
|
|
__version__ = "0.1.9"
|