From eff90b2a9fed62b903ccf23628e93188d1f7cfa6 Mon Sep 17 00:00:00 2001 From: Emily Willson Date: Wed, 22 Jul 2020 14:24:14 -0500 Subject: [PATCH] test update --- app/app.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/app.py b/app/app.py index 31811fc..0fb4d12 100644 --- a/app/app.py +++ b/app/app.py @@ -1,3 +1,7 @@ +''' +Simple GUI to facilitate interaction with Fawkes. +''' + import threading from tkinter import Tk, BOTH, StringVar from tkinter.filedialog import askopenfilenames