mirror of
https://github.com/pim-n/pg-rad
synced 2026-05-14 07:18:11 +02:00
clean up imports and remove hard-coded __init__ refs
This commit is contained in:
@ -1,9 +0,0 @@
|
||||
# do not expose internal logger when running mkinit
|
||||
__ignore__ = ["logger"]
|
||||
|
||||
from pg_rad.isotopes import isotope
|
||||
|
||||
from pg_rad.isotopes.isotope import (CS137, Isotope, get_isotope,
|
||||
preset_isotopes,)
|
||||
|
||||
__all__ = ['CS137', 'Isotope', 'get_isotope', 'isotope', 'preset_isotopes']
|
||||
|
||||
Reference in New Issue
Block a user