jamesturk / jellyfish

🪼 a python library for doing approximate and phonetic matching of strings.
https://jamesturk.github.io/jellyfish/
MIT License
2.04k stars 157 forks source link

Explicitly import functions #165

Closed NickCrews closed 1 year ago

jamesturk commented 1 year ago

any reason for this change?

NickCrews commented 1 year ago

Nothing in particular, just it's better style and allows you to explicitly see what the package exports. It may help with some tooling like IDEs for autocomplete, though I'm not sure about this exact case.