6 lines
174 B
Python
6 lines
174 B
Python
"""Repeatable GovOPlaN product-assessment tooling."""
|
|
|
|
from .capability_fit import review_capability_fit, render_review
|
|
|
|
__all__ = ("render_review", "review_capability_fit")
|