fix: make tagstudio python package executable by adding stub __main__.py

This commit is contained in:
Jann Stute
2026-07-02 20:05:55 +02:00
parent d7918fd82c
commit 708a49233e

View File

@@ -0,0 +1,4 @@
from .main import main
if __name__ == "__main__":
main()