yoloserv/modules/paravision/liveness2d/__init__.pyi

16 lines
210 B
Python

from __future__ import annotations
import paravision.liveness2d
import typing
from .types import Engine
from .sdk import SDK
__all__ = [
"Engine",
"SDK",
"sdk",
"types"
]
__version__ = 'dev'