Update gui.py

Co-authored-by: Christian Clauss <cclauss@me.com>
This commit is contained in:
B.Jothin kumar 2021-10-08 22:34:34 +05:30 committed by GitHub
parent bbf27a0401
commit 9377f4b134
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
gui.py
View File

@ -1,4 +1,5 @@
import tkinter as tk
from tkscrolledframe import ScrolledFrame
root = tk.Tk()