1
0
mirror of http://git.k-space.ee/arti/doors.git synced 2024-06-11 22:09:49 +03:00
This commit is contained in:
Arti Zirk 2020-09-07 16:59:35 +03:00
parent ced5eef8d4
commit 2d6403a2bf
3 changed files with 10 additions and 0 deletions

0
doors/__init__.py Normal file
View File

0
doors/__main__.py Normal file
View File

10
doors/db.py Normal file
View File

@ -0,0 +1,10 @@
import sqlite3
class DB:
def __init__(self, path):
self.path = path