generated from jCloud/repository-template
Add python namespaces classes
This commit is contained in:
+1
-1
@@ -8,4 +8,4 @@
|
|||||||
- Add function to format a list human-readable
|
- Add function to format a list human-readable
|
||||||
- Add function to assert that an object is an instance of a specific type
|
- Add function to assert that an object is an instance of a specific type
|
||||||
- Add python project documentation generator class
|
- Add python project documentation generator class
|
||||||
- Add namespaces classes
|
- Add python namespaces classes
|
||||||
@@ -14,7 +14,9 @@
|
|||||||
|
|
||||||
from ._core import *
|
from ._core import *
|
||||||
from ._core import __all__ as _core__all__
|
from ._core import __all__ as _core__all__
|
||||||
|
from . import namespaces
|
||||||
|
|
||||||
all = [
|
all = [
|
||||||
*_core__all__
|
*_core__all__,
|
||||||
|
'namespaces'
|
||||||
]
|
]
|
||||||
Reference in New Issue
Block a user