uhrwecker / GRDonuts

Toolkit for creating plots and computing stable equipotential surfaces of fluids orbiting a compact stellar object (see Zarotti: Relativistic Hydrodynamics))
MIT License
0 stars 0 forks source link

Update __init__.py to allow the import of all #22

Closed uhrwecker closed 4 years ago

uhrwecker commented 4 years ago

When importing from the modules, help the user by implementing the all variable in the init.py s in all submodules. Thus, instead of: from spacetime.kerr import Kerr from spacetime.schwarzschild import Schwarzschild

one can write

from spacetime import *

uhrwecker commented 4 years ago

For /spacetime/, it is done.

uhrwecker commented 4 years ago

Done for vis and inverse. Doc and util wont get one. Merging.