We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97ee43c commit 56923dfCopy full SHA for 56923df
src/tagstudio/__main__.py
@@ -0,0 +1,11 @@
1
+#!/usr/bin/env python
2
+# Copyright (C) 2024 Travis Abendshien (CyanVoxel).
3
+# Licensed under the GPL-3.0 License.
4
+# Created for TagStudio: https://github.com/CyanVoxel/TagStudio
5
+
6
+import sys
7
8
+from tagstudio.main import main
9
10
+if __name__ == "__main__":
11
+ sys.exit(main_cli())
0 commit comments