5 lines
84 B
Python
5 lines
84 B
Python
from bonobo.commands import entrypoint
|
|
|
|
if __name__ == "__main__":
|
|
entrypoint()
|