Skip to content

Commit

Permalink
Update __init__.py with added function
Browse files Browse the repository at this point in the history
  • Loading branch information
raashidsalih committed Jun 23, 2024
1 parent d8805eb commit 4887b61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jenkspy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
from .core import jenks_breaks
from .core import _jenks_matrices
from .core import JenksNaturalBreaks
from .core import elbow_chart


__all__ = ['jenks_breaks', '_jenks_matrices', 'JenksNaturalBreaks']
__all__ = ['jenks_breaks', '_jenks_matrices', 'JenksNaturalBreaks', 'elbow_chart']

0 comments on commit 4887b61

Please sign in to comment.