Coverage for src/galsbi/__init__.py: 100%
7 statements
« prev ^ index » next coverage.py v7.6.10, created at 2025-01-10 11:12 +0000
« prev ^ index » next coverage.py v7.6.10, created at 2025-01-10 11:12 +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"]