7 lines
110 B
Python
7 lines
110 B
Python
from .reporting_actions import create_vulnerability_report
|
|
|
|
|
|
__all__ = [
|
|
"create_vulnerability_report",
|
|
]
|