install as a pip package

This commit is contained in:
dries.k
2022-03-21 18:58:59 +01:00
parent 311f40643e
commit 8186121508
9 changed files with 121 additions and 17 deletions

3
gotify_tray/__main__.py Normal file
View File

@@ -0,0 +1,3 @@
from gotify_tray.gui import start_gui
start_gui()

View File

View File