From ed6073f2c2c6600063f2e5062937b7a2a1162eb2 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Wed, 23 Mar 2022 10:42:49 +0100 Subject: Python: Implement state callbacks using decorators --- wrappers/python/eduvpncommon/error.py | 1 + 1 file changed, 1 insertion(+) (limited to 'wrappers/python/eduvpncommon/error.py') diff --git a/wrappers/python/eduvpncommon/error.py b/wrappers/python/eduvpncommon/error.py index ce0cec1..59f0607 100644 --- a/wrappers/python/eduvpncommon/error.py +++ b/wrappers/python/eduvpncommon/error.py @@ -1,5 +1,6 @@ from enum import Enum + class GoError(Exception): message_dict: dict code: Enum -- cgit v1.2.3