Hi, I noticed that when i install `python-see` from `pip`, the `plugins` are also installed: ~~~python In [1]: import plugins In [2]: plugins.__file__ Out[2]: '/usr/local/lib/python3.6/dist-packages/python_see-1.2.6-py3.6.egg/plugins/__init__.py' In [3]: ~~~ Having a vague named such as `plugins` installed as a system wide module is a bit dangerous don't you think ? Thanks.