podcast-search / src /config.py
terapyon's picture
Create tables
ef781c2
raw
history blame
144 Bytes
from pathlib import Path
# import logging
HERE = Path(__file__).resolve().parent
DUCKDB_FILE = HERE.parent / "db" / "terapyon-podcast.duckdb"