diff --git a/trustgraph-flow/trustgraph/iam/service/__init__.py b/trustgraph-flow/trustgraph/iam/service/__init__.py index c8fd7a22..98f4d9da 100644 --- a/trustgraph-flow/trustgraph/iam/service/__init__.py +++ b/trustgraph-flow/trustgraph/iam/service/__init__.py @@ -1,4 +1 @@ - -from . service import run - -__all__ = ["run"] +from . service import *