Declared summary()
This commit is contained in:
parent
312a2b875c
commit
6af9e40f77
|
|
@ -38,3 +38,6 @@ class Residue():
|
||||||
"atoms": {},
|
"atoms": {},
|
||||||
"chis": []
|
"chis": []
|
||||||
}
|
}
|
||||||
|
|
||||||
|
def summary(self):
|
||||||
|
return f"ResidueName: {self.name.value}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user