This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Created on Sun Apr 12 19:16:07 2020 | |
Copyright 2020 Dallin Romney | |
License: CC BY 4.0 | |
""" | |
import tkinter as tk | |
class ScrollableFrame(tk.Frame): | |