1
0
mirror of http://git.k-space.ee/arti/doors.git synced 2026-05-06 18:19:16 +03:00
This commit is contained in:
2020-09-07 16:59:35 +03:00
parent ced5eef8d4
commit 2d6403a2bf
3 changed files with 10 additions and 0 deletions
View File
View File
+10
View File
@@ -0,0 +1,10 @@
import sqlite3
class DB:
def __init__(self, path):
self.path = path