import yottadb

if __name__ == "__main__":
    yottadb.set("^hello", ["Python"], value="नमस्ते दुनिया")
