Cleaning up rs/

This commit is contained in:
Artur Meski
2019-02-23 13:06:42 +00:00
parent df19367659
commit 59cbc00e7f
9 changed files with 15 additions and 69 deletions

View File

@@ -164,4 +164,5 @@ class ExtendedContextAutomaton(ContextAutomaton):
def show(self):
super(ExtendedContextAutomaton, self).show()
self.show_actions()
# EOF