From 14d5613aff3e66577ead505669e689fdd8135147 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sun, 23 Oct 2022 16:41:30 +0800
Subject: [PATCH] save project

---
 my_window.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/my_window.py b/my_window.py
index 66d29a8..245ac6f 100644
--- a/my_window.py
+++ b/my_window.py
@@ -1,2 +1,4 @@
 import tkinter
-
+root = tkinter.Tk()
+root.geometry('400x320+500+300')
+root . mainloop()
--
libgit2 0.25.0