Files
copilotkit__copilotkit/showcase/shared/python/tests/conftest.py
Jordan Ritter 2482317ccc style: apply ruff format to Python codebase
320 files reformatted. One-time alignment to match the ruff format
check added to CI in #4812.
2026-05-13 23:10:35 -07:00

5 lines
88 B
Python

import sys
import os
sys.path.insert(0, os.path.join(os.path.dirname(__file__), ".."))