added functions from pystray

Signed-off-by: Ebbe Baß <ebbe@ping-mee.de>
master
Ebbe Baß 2022-08-12 22:08:04 +02:00
parent bce6623603
commit b88d0641bc
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ import threading
import json import json
try: try:
import pystray import pystray
from pystray import Icon as icon, Menu as menu, MenuItem as item
from PIL import Image, ImageDraw from PIL import Image, ImageDraw
import serial import serial
import win32api import win32api