Skip to content

Commit 7a2e9b9

Browse files
author
nazarfil
committed
add comments
1 parent bab996a commit 7a2e9b9

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

openhexa/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"""OpenHexa package initialization."""

openhexa/graphql/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"""OpenHexa-SDK GraphQL client to communicate with OpenHexa API"""

openhexa/graphql/openhexa_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
"""OpenHexaClient is a class that provides methods to interact with the OpenHexa GraphQL API."""
12
import logging
23
from datetime import datetime
34
from pathlib import Path

0 commit comments

Comments
 (0)