mirror of
https://github.com/pim-n/pg-rad
synced 2026-03-23 21:58:12 +01:00
clean up imports and remove hard-coded __init__ refs
This commit is contained in:
@ -1,12 +0,0 @@
|
||||
# do not expose internal logger when running mkinit
|
||||
__ignore__ = ["logger"]
|
||||
from pg_rad.physics import attenuation
|
||||
from pg_rad.physics import fluence
|
||||
|
||||
from pg_rad.physics.attenuation import (get_mass_attenuation_coeff,)
|
||||
from pg_rad.physics.fluence import (calculate_fluence_along_path,
|
||||
calculate_fluence_at, phi,)
|
||||
|
||||
__all__ = ['attenuation', 'calculate_fluence_along_path',
|
||||
'calculate_fluence_at', 'fluence', 'get_mass_attenuation_coeff',
|
||||
'phi']
|
||||
|
||||
Reference in New Issue
Block a user