Skip to content

Commit 2fa12ae

Browse files
authored
Backwards compatible imports (#376)
1 parent 1b4056a commit 2fa12ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

luxonis_ml/utils/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
from luxonis_ml.guard_extras import guard_missing_extra
22

33
with guard_missing_extra("utils"):
4+
from luxonis_ml.typing import BaseModelExtraForbid
5+
46
from .config import LuxonisConfig
57
from .environ import Environ, environ
68
from .filesystem import PUT_FILE_REGISTRY, LuxonisFileSystem
@@ -13,6 +15,7 @@
1315
__all__ = [
1416
"PUT_FILE_REGISTRY",
1517
"AutoRegisterMeta",
18+
"BaseModelExtraForbid",
1619
"Environ",
1720
"LuxonisConfig",
1821
"LuxonisFileSystem",

0 commit comments

Comments
 (0)