summaryrefslogtreecommitdiff
path: root/wrappers/python/example/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'wrappers/python/example/main.py')
-rw-r--r--wrappers/python/example/main.py11
1 files changed, 6 insertions, 5 deletions
diff --git a/wrappers/python/example/main.py b/wrappers/python/example/main.py
index f6103bb..8008592 100644
--- a/wrappers/python/example/main.py
+++ b/wrappers/python/example/main.py
@@ -1,10 +1,11 @@
-from eduvpn_common import __version__ as commonver
+import sys
+import webbrowser
+from typing import List, Optional, Tuple
+
import eduvpn_common.main as eduvpn
-from eduvpn_common.state import State, StateType
+from eduvpn_common import __version__ as commonver
from eduvpn_common.server import Config, Profiles
-from typing import Optional, List, Tuple
-import webbrowser
-import sys
+from eduvpn_common.state import State, StateType
# Asks the user for a profile index