remove text.py

This commit is contained in:
Ryan@Home 2024-11-04 21:38:18 -05:00
parent ad26f8c947
commit 80be0f059b

View File

@ -1,11 +0,0 @@
#!/usr/bin/python3
from IAEANuclearData import IsotopeClass
iso = IsotopeClass()
iso.PrintIso('16O')
pd = iso.GetExList('16O', 10)
print(pd)