resolve circular imports

This commit is contained in:
Pim Nelissen
2026-01-31 10:01:54 +01:00
parent a4e965c9d6
commit 85f80ace97
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
import logging
from pg_rad.objects import Object
from .objects import Object
from pg_rad.isotopes import Isotope
logger = logging.getLogger(__name__)