Your Name 4 years ago
parent
commit
4c24e6e94e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      hhh/main.py

+ 2 - 0
hhh/main.py

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