1 2 3 4 5
import os.path class Config: DATABASE_PATH = os.path.join(os.path.dirname(__file__), "database/database.db")