mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-18 01:31:02 +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
|
|
|