Coverage for src/galsbi/__init__.py: 100%
7 statements
« prev ^ index » next coverage.py v7.6.9, created at 2024-12-13 03:24 +0000
« prev ^ index » next coverage.py v7.6.9, created at 2024-12-13 03:24 +0000
1__author__ = "Silvan Fischbacher"
2__email__ = "silvanf@phys.ethz.ch"
3__credits__ = "ETH Zurich, Institute for Particle Physics and Astrophysics"
5__version__ = "0.1.0"
7from . import ucat
8from .galsbi import GalSBI
10__all__ = ["GalSBI", "ucat"]