mirror of
https://github.com/pim-n/pg-rad
synced 2026-02-02 14:33:09 +01:00
9 lines
195 B
Python
9 lines
195 B
Python
# do not expose internal logger when running mkinit
|
|
__ignore__ = ["logger"]
|
|
|
|
from pg_rad.isotopes import isotope
|
|
|
|
from pg_rad.isotopes.isotope import (Isotope,)
|
|
|
|
__all__ = ['Isotope', 'isotope']
|