Implements commands as extensions using stevedore; adds run and init command.
This commit is contained in:
4
bonobo/__main__.py
Normal file
4
bonobo/__main__.py
Normal file
@ -0,0 +1,4 @@
|
||||
from bonobo.commands import entrypoint
|
||||
|
||||
if __name__ == '__main__':
|
||||
entrypoint()
|
||||
Reference in New Issue
Block a user