4 lines
137 B
Python
4 lines
137 B
Python
from db import get_sqlite_engine,get_prompt_tinydb
|
|
|
|
prompt_store = get_prompt_tinydb("workdir")
|
|
sql_engine = get_sqlite_engine("workdir") |