We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ee43c commit 1658471Copy full SHA for 1658471
src/tagstudio/__main__.py
@@ -0,0 +1,9 @@
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
+from tagstudio.main import main
7
8
+if __name__ == "__main__":
9
+ main()
0 commit comments