6 lines
117 B
Python
6 lines
117 B
Python
"""GovOPlaN Portal module."""
|
|
|
|
from govoplan_portal.backend.manifest import get_manifest
|
|
|
|
__all__ = ["get_manifest"]
|