forked from arti/doors
1
0
Fork 0
doors/doors/db.py

11 lines
86 B
Python

import sqlite3
class DB:
def __init__(self, path):
self.path = path