From 01123658d53ee23818dfe447ef71f6a19e630f9d Mon Sep 17 00:00:00 2001 From: "Jenkins, Kenneth Alexander" Date: Fri, 3 Apr 2026 20:10:29 -0400 Subject: [PATCH] fix: Restore namespace __init__.py files for package resolution Signed-off-by: Jenkins, Kenneth Alexander --- trustgraph-embeddings-hf/trustgraph/__init__.py | 0 trustgraph-flow/trustgraph/__init__.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 trustgraph-embeddings-hf/trustgraph/__init__.py create mode 100644 trustgraph-flow/trustgraph/__init__.py diff --git a/trustgraph-embeddings-hf/trustgraph/__init__.py b/trustgraph-embeddings-hf/trustgraph/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/trustgraph-flow/trustgraph/__init__.py b/trustgraph-flow/trustgraph/__init__.py new file mode 100644 index 00000000..e69de29b