forked from arti/doors
Files
This commit is contained in:
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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user