From a498477551af4e54bfa09f5ee1d6bbaf8f6056fe Mon Sep 17 00:00:00 2001 From: Bobby Date: Sat, 5 Nov 2022 06:43:35 -0400 Subject: refactor: auto sort and format code on commit --- src/texty.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/texty.py b/src/texty.py index e75154b..e9be7d1 100644 --- a/src/texty.py +++ b/src/texty.py @@ -1 +1,5 @@ -print("hello world") \ No newline at end of file +# Texty is a text editor written in Python using the Tkinter. It is a simple +# text editor focused on simplicity and ease of use while being powerful and +# extensible. It is a work in progress and is not yet ready for use. + +import tkinter as tk -- cgit v1.2.3