# pylint: disable=too-few-public-methods
import os

class DatabaseSettings:
    DATABASE_DIRECTORY = f"{os.getcwd()}/database/storage"