diff --git a/PyGUIQt6/test.py b/PyGUIQt6/test.py deleted file mode 100755 index 1e7a4d9..0000000 --- a/PyGUIQt6/test.py +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/python3 - -from IAEANuclearData import IsotopeClass - -iso = IsotopeClass() - -iso.PrintIso('16O') - -pd = iso.GetExList('16O', 10) - -print(pd) \ No newline at end of file