We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e67332f commit 2ca8cf7Copy full SHA for 2ca8cf7
comments.py
@@ -0,0 +1,7 @@
1
+from tkinter import *
2
+import sqlite3
3
+
4
+class Comments:
5
+ def __init__(self):
6
+ login = sqlite3.connect("login.db")
7
+ comments = sqlite3.connect("comments.db")
0 commit comments