diff --git a/pygraphic/__init__.py b/pygraphic/__init__.py index 70c4787..647d53f 100644 --- a/pygraphic/__init__.py +++ b/pygraphic/__init__.py @@ -1,2 +1,5 @@ from ._gql_query import GQLQuery from ._gql_type import GQLType + + +__all__ = ["GQLType", "GQLQuery"]