From 2c891af807fd46b72a539ee99040dee18b3cd6e3 Mon Sep 17 00:00:00 2001 From: jwansek Date: Wed, 27 Apr 2022 18:31:52 +0100 Subject: Added some sql stuff, fixed bugs with pdf rendering --- ExampleSubmission/example.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ExampleSubmission') diff --git a/ExampleSubmission/example.py b/ExampleSubmission/example.py index 07f21d4..d6f7015 100644 --- a/ExampleSubmission/example.py +++ b/ExampleSubmission/example.py @@ -1,11 +1,11 @@ # Eden Attenborough # 12-01-21 -import tkinter as tk +#import tkinter as tk from dataclasses import dataclass import sys -class Application(tk.Tk): +class Application: """An example class, which implements a GUI by inheriting from tkinter.Tk """ def __init__(self, *args, **kwargs): -- cgit v1.2.3