tumbo/tumbo/__main__.py

5 lines
64 B
Python

from tumbo.cli import cli
if __name__ == "__main__":
cli()