import os.path class Config: DATABASE_PATH = os.path.join(os.path.dirname(__file__), "database/database.db")