Import sub-package in main package
This commit is contained in:
parent
78c0d12d92
commit
a75d7088c4
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
doc/_build
|
doc/_build
|
||||||
doc/source
|
doc/source
|
||||||
__pycache__
|
__pycache__
|
||||||
|
log/
|
||||||
|
|||||||
@ -9,4 +9,7 @@ Utils and production pipelines for processing LiDAR point clouds.
|
|||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__all__ = ['utils']
|
__all__ = ['utils', 'io']
|
||||||
|
|
||||||
|
from . import utils
|
||||||
|
from . import io
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user