Your Name 4 éve
szülő
commit
4c24e6e94e
1 módosított fájl, 2 hozzáadás és 0 törlés
  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()