Files
interviewstreet--hiring-agent/config.py
T
2026-07-13 12:29:44 +08:00

7 lines
121 B
Python

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