blob: 6bc66b62173c48a0c5c022a33036b872d701e10f (
plain)
1
2
|
# Python
As the Go library is build as a *shared* library, it can be loaded by other languages. We have created wrapper code for Python to use this library. The api documentation can be found [here](./rtd/index.html). In the next chapter we will give a similar example to the Go example.
|