mirror of
https://github.com/pim-n/pg-rad
synced 2026-03-23 21:58:12 +01:00
change intra-package import statements to have absolute path. this to avoid circular importing. the imports specified in __init__ of each module are only intended to be used outside of src (e.g. tests, API usage).
This commit is contained in:
@ -2,9 +2,9 @@ from importlib.resources import files
|
||||
import logging
|
||||
|
||||
from pg_rad.configs.filepaths import TEST_EXP_DATA
|
||||
from pg_rad.isotopes import CS137
|
||||
from pg_rad.isotopes.presets import CS137
|
||||
from pg_rad.landscape.landscape import LandscapeBuilder
|
||||
from pg_rad.objects import PointSource
|
||||
from pg_rad.objects.sources import PointSource
|
||||
|
||||
|
||||
class LandscapeDirector:
|
||||
|
||||
Reference in New Issue
Block a user