mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-28 18:06:21 +02:00
* Starting to spawn base package * More package hacking * Bedrock and VertexAI * Parquet split * Updated templates * Utils
6 lines
158 B
Python
6 lines
158 B
Python
|
|
from . base_processor import BaseProcessor
|
|
from . consumer import Consumer
|
|
from . producer import Producer
|
|
from . consumer_producer import ConsumerProducer
|
|
|