sfstoolbox / sfs-python

SFS Toolbox for Python
https://sfs-python.readthedocs.io
MIT License
66 stars 20 forks source link

Avoid namespace pollution #151

Closed mgeier closed 5 years ago

mgeier commented 5 years ago

... by prefixing imported names with an underscore.

As a result of this, the list of tab-completions only contains relevant entries.