Skip to content

Commit fa86fef

Browse files
committed
expose dataArray in __init__
1 parent 30b7331 commit fa86fef

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

frost_sta_client/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
from frost_sta_client.model.ext.unitofmeasurement import UnitOfMeasurement
2020
from frost_sta_client.service.sensorthingsservice import SensorThingsService
2121
from frost_sta_client.service.auth_handler import AuthHandler
22+
from frost_sta_client.model.ext.entity_type import EntityTypes
23+
from frost_sta_client.model.ext.entity_list import EntityList
24+
from frost_sta_client.model.ext.data_array_value import DataArrayValue
25+
from frost_sta_client.model.ext.data_array_document import DataArrayDocument
2226

2327
import jsonpickle
2428

frost_sta_client/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__title__ = 'frost_sta_client'
2-
__version__ = '1.1.31'
2+
__version__ = '1.1.32'
33
__license__ = 'LGPL3'
44
__author__ = 'Katharina Emde'
55
__copyright__ = 'Fraunhofer IOSB'

0 commit comments

Comments
 (0)