lmmentel / mendeleev

A python package for accessing various properties of elements, ions and isotopes in the periodic table of elements.
https://mendeleev.readthedocs.io
MIT License
220 stars 40 forks source link

Fix import error #148

Closed lmmentel closed 4 months ago

lmmentel commented 4 months ago

fixes #147

kalvdans commented 4 months ago

Will all unknown members return None instead of an error with this branch?

lmmentel commented 4 months ago

Will all unknown members return None instead of an error with this branch?

Good point. I didn't occur to me to check that before merging. I opened an issues #149 so we can discuss there.