Fail to import mendeleev.fetch submodule by from mendeleev import fetch due to the definition of mendeleev.__getattr__ function.
>>> from mendeleev import fetch
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/HOME/scw6byf/run/miniconda3/lib/python3.10/site-packages/mendeleev/__init__.py", line 153, in __getattr__
raise ImportError(
ImportError: module 'mendeleev' has no element with symbol 'fetch', please check you spelling
Describe the bug
Fail to import
mendeleev.fetch
submodule byfrom mendeleev import fetch
due to the definition ofmendeleev.__getattr__
function.Specification