add import re (Regex) for python 3.9

This commit is contained in:
Semjon Kerner 2020-12-07 16:40:05 +01:00
parent fb6c27271c
commit 640973fb27

View File

@ -1,6 +1,7 @@
import webbrowser
from tkinter import *
from tkinter.ttk import *
import re
from PIL import Image, ImageTk