Commit a0a790bb by BellCodeEditor

save project

parent 09e483da
Showing with 4 additions and 4 deletions
...@@ -34,6 +34,6 @@ class Note(): # 便签、笔记 ...@@ -34,6 +34,6 @@ class Note(): # 便签、笔记
def get_info(self): def get_info(self):
pass pass
app = Note() pp = Note()
app.show() pp.show()
app.root.mainloop() pp.root.mainloop()
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment