@@ -1,6 +1,8 @@
from fastapi import FastAPI
import sys
import os
+import dataset
+db = dataset.connect('sqlite:///tmp/hhh.db')
app = FastAPI()