mirror of
https://github.com/pim-n/pg-rad
synced 2026-03-10 19:48:12 +01:00
update init for isotopes module
This commit is contained in:
@ -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']
|
||||
|
||||
Reference in New Issue
Block a user