Skip to content

Commit 84a0232

Browse files
committed
Mark OpenvasdHttpAPIv1 as public for gvm.protocols.http.openvasd
Users should import the class from gvm.protocols.http.openvasd.
1 parent e108e88 commit 84a0232

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gvm/protocols/http/openvasd/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,7 @@
1111
Usage:
1212
from gvm.protocols.http.openvasd import OpenvasdHttpApiV1
1313
"""
14+
15+
from .openvasd1 import OpenvasdHttpAPIv1
16+
17+
__all__ = ["OpenvasdHttpAPIv1"]

0 commit comments

Comments
 (0)