Add python namespaces classes

This commit is contained in:
2026-04-07 14:18:54 +02:00
parent e2ebde7cc4
commit 0f817e961c
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -14,7 +14,9 @@
from ._core import *
from ._core import __all__ as _core__all__
from . import namespaces
all = [
*_core__all__
*_core__all__,
'namespaces'
]