Skip to content

DataStorage#

A simple key-value storage class for use in Python scripts.


Example#

data_strorage = DataStorage() data_strorage["key1"] = "value1"

method Clear()#

Clears all stored key-value pairs.