summaryrefslogtreecommitdiff
path: root/docs/src/api/python/example.md
blob: f371b68fa14bf6657dde72fadbad8d1fac9529b3 (plain)
1
2
3
4
5
6
7
# Example with comments

This is an example that can also be found [in the repository](https://github.com/jwijenbergh/eduvpn-common/blob/main/wrappers/python/main.py). It gets a config from an Institute Access server with support for multiple profiles.

```python
{{#include ../../../../wrappers/python/main.py}}
```