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