We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b4056a commit 2fa12aeCopy full SHA for 2fa12ae
luxonis_ml/utils/__init__.py
@@ -1,6 +1,8 @@
1
from luxonis_ml.guard_extras import guard_missing_extra
2
3
with guard_missing_extra("utils"):
4
+ from luxonis_ml.typing import BaseModelExtraForbid
5
+
6
from .config import LuxonisConfig
7
from .environ import Environ, environ
8
from .filesystem import PUT_FILE_REGISTRY, LuxonisFileSystem
@@ -13,6 +15,7 @@
13
15
__all__ = [
14
16
"PUT_FILE_REGISTRY",
17
"AutoRegisterMeta",
18
+ "BaseModelExtraForbid",
19
"Environ",
20
"LuxonisConfig",
21
"LuxonisFileSystem",
0 commit comments