Files
openai--openai-agents-python/examples/__init__.py
T
2026-07-13 12:39:17 +08:00

4 lines
259 B
Python

# Make the examples directory into a package to avoid top-level module name collisions.
# This is needed so that mypy treats files like examples/customer_service/main.py and
# examples/researcher_app/main.py as distinct modules rather than both named "main".