summaryrefslogtreecommitdiff
path: root/docs/src/api/python/example.md
blob: d4f6c08efcffc8a284cbdae05b79e86456a21ac9 (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/eduvpn/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/example/main.py}}
```