/ src / config / constants.py
constants.py
1  """Constants specific to configuration functionality."""
2  
3  CONFIG_FILE_NAME = "config.yaml"
4