openai-agents-python/src/agents/logger.py
2025-03-11 09:42:28 -07:00

3 lines
60 B
Python

import logging
logger = logging.getLogger("openai.agents")