Code re-formatting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user