chatbot / constants.py
Evan Lesmez
Make the 04 nb safe to execute from start
3d9fd48
from pathlib import Path
ROOT_DIR = Path(__file__).parent
STORE_DIR = ROOT_DIR / "data" / "store"