mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 16:36:21 +02:00
10 lines
160 B
Python
10 lines
160 B
Python
|
|
# Import core types and primitives
|
|
from .core import *
|
|
|
|
# Import knowledge schemas
|
|
from .knowledge import *
|
|
|
|
# Import service schemas
|
|
from .services import *
|
|
|