Declared summary()

This commit is contained in:
Joel Wallace 2025-11-28 21:17:07 +00:00
parent 312a2b875c
commit 6af9e40f77

View File

@ -38,3 +38,6 @@ class Residue():
"atoms": {},
"chis": []
}
def summary(self):
return f"ResidueName: {self.name.value}"