diff options
Diffstat (limited to 'src/sliceitoff/__main__.py')
-rw-r--r-- | src/sliceitoff/__main__.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sliceitoff/__main__.py b/src/sliceitoff/__main__.py new file mode 100644 index 0000000..c50fa05 --- /dev/null +++ b/src/sliceitoff/__main__.py @@ -0,0 +1,4 @@ +""" __main__ - if package is run as module this is launched """ +from sliceitoff.main import main + +main() |