Implements commands as extensions using stevedore; adds run and init command.

This commit is contained in:
Romain Dorgueil
2017-01-10 23:09:40 +01:00
parent f736e7e7e3
commit 9daefd7207
9 changed files with 115 additions and 17 deletions

4
bonobo/__main__.py Normal file
View File

@ -0,0 +1,4 @@
from bonobo.commands import entrypoint
if __name__ == '__main__':
entrypoint()