WIP GRAPHVIZ
This commit is contained in:
9
bonobo/util/graphviz.py
Normal file
9
bonobo/util/graphviz.py
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
def render_as_dot(graph):
|
||||
"""
|
||||
|
||||
:param bonobo.Graph graph:
|
||||
:return: str
|
||||
"""
|
||||
|
||||
pass
|
||||
Reference in New Issue
Block a user