In [1]:
import mockgallib as mock
const= mock.Const()
const
Out[1]:
In [4]:
print("%.4e" %const.G)
print("%.4e" % const.rho_crit_0)
In [ ]: