interviewstreet--hiring-agent
7 行
121 B
Python
7 行
121 B
Python
"""
|
|
Configuration settings for the hiring agent application.
|
|
"""
|
|
|
|
# Global development mode flag
|
|
DEVELOPMENT_MODE = True
|