Code re-formatting

This commit is contained in:
Artur Meski
2019-02-23 14:41:36 +00:00
parent 59cbc00e7f
commit c3a19d81dc
21 changed files with 1333 additions and 1016 deletions

View File

@@ -1,6 +1,6 @@
class ReactionSystemWithNetworkOfAutomata(object):
def __init__(self, reaction_system, context_automata):
self.rs = reaction_system
self.cas = context_automata
@@ -9,4 +9,4 @@ class ReactionSystemWithNetworkOfAutomata(object):
self.rs.show(soft)
self.cas.show()
# EOF
# EOF