mirror of
https://github.com/pim-n/pg-rad
synced 2026-02-02 14:33:09 +01:00
Add init files for modularization, generated using mkinit (now a dependency on dev)
This commit is contained in:
8
src/pg_rad/isotopes/__init__.py
Normal file
8
src/pg_rad/isotopes/__init__.py
Normal file
@ -0,0 +1,8 @@
|
||||
# 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']
|
||||
Reference in New Issue
Block a user