Skip to content

Commit

Permalink
group tolatex
Browse files Browse the repository at this point in the history
  • Loading branch information
isahers1 committed Apr 26, 2022
1 parent d5e1804 commit 55e0315
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Binary file modified __pycache__/group.cpython-39.pyc
Binary file not shown.
5 changes: 4 additions & 1 deletion group.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,7 @@ def addElementProperty(self, property, elementName):
print("That element doesn't exist!", property, elementName)

def contains(self, elementName):
return elementName in self.elements
return elementName in self.elements

def toLaTeX(self):
return self.groupName

0 comments on commit 55e0315

Please sign in to comment.