trustgraph/trustgraph-base/trustgraph/schema/__init__.py
cybermaggedon 5de56c5dbc
Schema structure refactor (#451)
* Write schema refactor spec

* Implemented schema refactor spec
2025-08-04 21:42:57 +01:00

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 *