Import cosmomath in __init__

This commit is contained in:
Guilhem Lavaux 2020-10-03 20:51:39 +02:00
parent 0ff1b04b3d
commit e179544422
2 changed files with 9 additions and 2 deletions

View file

@ -3,6 +3,7 @@ from ._project import *
from ._cosmo_power import *
from ._cosmo_cic import *
from ._fast_interp import *
from ._cosmomath import *
from .grafic import writeGrafic, writeWhitePhase, readGrafic, readWhitePhase
from .borg import read_borg_vol
from .cic import cicParticles