blob: 906a3cad333e5bfc8145f5f45c288f9a0f03c4b6 (
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/main.py}}
```
|