Files
bonobo/bonobo/__main__.py

5 lines
84 B
Python

from bonobo.commands import entrypoint
if __name__ == "__main__":
entrypoint()