WIP GRAPHVIZ

This commit is contained in:
Romain Dorgueil
2017-05-25 16:41:01 +02:00
parent 171fa3415b
commit be844c3ed7
10 changed files with 165 additions and 14 deletions

View File

@ -60,6 +60,7 @@ entry_points = {
],
'bonobo.commands': [
'init = bonobo.commands.init:register',
'graph = bonobo.commands.graph:register',
'run = bonobo.commands.run:register',
'version = bonobo.commands.version:register',
],