6 lines
79 B
Python
6 lines
79 B
Python
from gotify_tray import start_gui
|
|
|
|
|
|
if __name__ == "__main__":
|
|
start_gui()
|