mirror of
http://git.k-space.ee/arti/doors.git
synced 2024-10-13 16:30:58 +03:00
Files
This commit is contained in:
parent
ced5eef8d4
commit
2d6403a2bf
0
doors/__init__.py
Normal file
0
doors/__init__.py
Normal file
0
doors/__main__.py
Normal file
0
doors/__main__.py
Normal file
10
doors/db.py
Normal file
10
doors/db.py
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
import sqlite3
|
||||||
|
|
||||||
|
|
||||||
|
class DB:
|
||||||
|
|
||||||
|
def __init__(self, path):
|
||||||
|
self.path = path
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user