diff options
Diffstat (limited to 'tagit.app')
-rwxr-xr-x | tagit.app | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tagit.app b/tagit.app new file mode 100755 index 0000000..42a35a0 --- /dev/null +++ b/tagit.app @@ -0,0 +1,7 @@ +#!/usr/bin/env python3 +if __name__ == '__main__': + import tagit.apps + import sys + tagit.apps.main(sys.argv[1:]) + +## EOF ## |