rename isotopes.py to isotope.py and update the references

This commit is contained in:
Pim Nelissen
2026-01-27 20:49:35 +01:00
parent 4d7fb541c3
commit 7a03251c6f
3 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
import math import math
from typing import Self from typing import Self
from pg_rad.isotopes import Isotope from pg_rad.isotope import Isotope
class Object: class Object:
def __init__( def __init__(