Commit 87ece5bb authored by Sergey Bobrov's avatar Sergey Bobrov

Добавил комментарий в parser.py

parent cc256df3
...@@ -117,6 +117,7 @@ class GraphFactory(): ...@@ -117,6 +117,7 @@ class GraphFactory():
subgr = parsr.parse_file(self.entities[s].subgraph) subgr = parsr.parse_file(self.entities[s].subgraph)
self.states[s].replace_with_graph(subgr) self.states[s].replace_with_graph(subgr)
self.graph = Graph(self.graph.init_state, self.graph.term_state) self.graph = Graph(self.graph.init_state, self.graph.term_state)
print(self.graph)
return self.graph return self.graph
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment