6 lines
83 B
Python
6 lines
83 B
Python
"""GovOPlaN dashboard module."""
|
|
|
|
__all__ = ["__version__"]
|
|
|
|
__version__ = "0.1.8"
|