Skip to content

Commit 1658471

Browse files
committed
feat: add minimalist "__main__.py" to 'tagstudio' module
1 parent 97ee43c commit 1658471

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/tagstudio/__main__.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)