osfv_cli/src/osfv/__init__.py: expose cli and libs for external use

Signed-off-by: Piotr Król <piotr.krol@3mdeb.com>
This commit is contained in:
Piotr Król
2024-12-29 00:20:11 +01:00
parent 36a030eb00
commit 1407274fd1

View File

@@ -0,0 +1,2 @@
from .cli import *
from .libs import *