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