Source code for bridge.builders.protocols.transformer
"""
Protocol for transformers that converts ingested raw data into a structured core model.
"""
from typing import Any, Protocol
"""
Protocol for transformers that converts ingested raw data into a structured core model.
"""
from typing import Any, Protocol