diff --git a/toot/__main__.py b/toot/__main__.py new file mode 100644 index 0000000..abbb9e2 --- /dev/null +++ b/toot/__main__.py @@ -0,0 +1,3 @@ +from .console import main + +main()