diff options
author | Viljami Ilola <+@hix.fi> | 2024-04-09 02:33:53 +0300 |
---|---|---|
committer | Viljami Ilola <+@hix.fi> | 2024-04-09 02:33:53 +0300 |
commit | c8edef5a996da11b1629905d0c37c4b223bcf690 (patch) | |
tree | 00d0f0f3c09a4b5e2f061a3337668392de09abb8 /src/sliceitoff | |
parent | 7a97b9c7a779aa7739e743770559ca7146ba6df3 (diff) |
__main__.py for python -m compatibilityv0.3b3
Diffstat (limited to 'src/sliceitoff')
-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() |