OpenwaterHealth/openlifu-python

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

Offen

#12 geöffnet am 17.06.2024

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (16 Forks)auto 404
good first issue

Repository-Metriken

Stars
 (24 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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