ucl-exoplanets / ExoTETHyS

GNU General Public License v3.0
17 stars 3 forks source link

bad module name #16

Closed steven-murray closed 4 years ago

steven-murray commented 4 years ago

This is a very strange module name, and also a star import:

https://github.com/ucl-exoplanets/ExoTETHyS/blob/1350a9f7cbbe91fd41b306c057b49cd3e1131300/exotethys/sail.py#L21

I recommend renaming the module to _database.py, and then doing from ._database import Database (and whatever other parts of the module you require) explicitly.

gmorello commented 4 years ago

Done