update init for isotopes module

This commit is contained in:
Pim Nelissen
2026-02-09 15:32:49 +01:00
parent 521e5a556e
commit d6d9fa6f92

View File

@ -2,7 +2,9 @@
__ignore__ = ["logger"]
from pg_rad.isotopes import isotope
from pg_rad.isotopes import presets
from pg_rad.isotopes.isotope import (Isotope,)
from pg_rad.isotopes.presets import (CS137,)
__all__ = ['Isotope', 'isotope']
__all__ = ['CS137', 'Isotope', 'isotope', 'presets']