mirror of
https://github.com/langgenius/dify.git
synced 2026-06-10 10:12:19 +08:00
Co-authored-by: Copilot <copilot@github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
9 lines
286 B
Python
9 lines
286 B
Python
"""Transformer package marker for collection integrations.
|
|
|
|
Import pydantic-ai transformer presets from
|
|
``agenton_collections.transformers.pydantic_ai`` explicitly so default imports do
|
|
not pull runtime bridge implementations into client-safe environments.
|
|
"""
|
|
|
|
__all__: list[str] = []
|