__init__.py: set __all__

Just expose the submodules.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
Martí Bolívar 2021-03-17 22:13:51 -07:00
parent bf0aea7ef3
commit 18f7bb4286

View file

@ -1 +1,2 @@
# Nothing here yet
__all__ = ['edtlib', 'dtlib']