hiring-agent/config.py
2025-09-02 15:44:00 +05:30

6 lines
121 B
Python

"""
Configuration settings for the hiring agent application.
"""
# Global development mode flag
DEVELOPMENT_MODE = True