Open
Description
We are currently populating the top-level namespace with access to the Gini & Theil classes as inequality.gini.Gini
, for example. I would like to propose adding the classes themselves to the top-level namespace, e.g.:
from .gini import Gini
This would help distinguishing between the class offering of Gini & Theil and the functional indices in _indices
.
xref #31
Activity