from pathlib import Path
BASE_DIR = Path(__file__).resolve().parent
DATABASE_PATH = str(BASE_DIR / 'agenda.db')
