pavithra-devi's picture
added the appilication
34b369f
raw
history blame
240 Bytes
"""
Constants which is related to the file paths are present here.
"""
from typing import Final
CONFIG_FILE_PATH: Final[str] = "src/TextSummarizer/config/config.yaml"
PARAMS_FILE_PATH: Final[str] = "src/TextSummarizer/config/params.yaml"