Skip to content

Commit 82975ef

Browse files
author
Nazar F
authored
updates exports in sdk with widget (#254)
1 parent f0e94f8 commit 82975ef

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

openhexa/sdk/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
from .datasets import Dataset
44
from .pipelines import current_run, parameter, pipeline
5+
from .pipelines.parameter import DHIS2Widget
56
from .workspaces import workspace
67
from .workspaces.connection import (
78
CustomConnection,
@@ -18,6 +19,7 @@
1819
"parameter",
1920
"current_run",
2021
"DHIS2Connection",
22+
"DHIS2Widget",
2123
"IASOConnection",
2224
"PostgreSQLConnection",
2325
"GCSConnection",

0 commit comments

Comments
 (0)