File size: 240 Bytes
34b369f
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
"""
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"