OpenwaterHealth/openlifu-python

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

Aperta

#12 aperta il 17 giu 2024

 (0 commenti) (0 reazioni) (0 assegnatari)Python (16 fork)auto 404
good first issue

Metriche repository

Star
 (24 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor