OpenwaterHealth/openlifu-python

use `__all__` in the `__init__.py`s

Open

#12 opened on Jun 17, 2024

 (0 comments) (0 reactions) (0 assignees)Python (16 forks)auto 404
good first issue

Repository metrics

Stars
 (24 stars)
PR merge metrics
 (PR metrics pending)

Description

With __all__ we can be more explicit about what it is that a package "exports"

See https://setuptools.pypa.io/en/latest/userguide/dependency_management.html#optional-dependencies

Contributor guide