aboutsummaryrefslogtreecommitdiff
path: root/pyecsca/misc/cfg.py
diff options
context:
space:
mode:
authorJ08nY2023-02-08 20:53:42 +0100
committerJ08nY2023-02-08 20:53:42 +0100
commit4de6608184594331d2860afa8f1f3626486ddce8 (patch)
tree72a079e7b70ca0d2cc3a83e835a63933ee7e08cd /pyecsca/misc/cfg.py
parenta796a68e02521a1db2ee309c021671a904fe14df (diff)
downloadpyecsca-4de6608184594331d2860afa8f1f3626486ddce8.tar.gz
pyecsca-4de6608184594331d2860afa8f1f3626486ddce8.tar.zst
pyecsca-4de6608184594331d2860afa8f1f3626486ddce8.zip
Diffstat (limited to 'pyecsca/misc/cfg.py')
-rw-r--r--pyecsca/misc/cfg.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyecsca/misc/cfg.py b/pyecsca/misc/cfg.py
index 54579d9..2affb27 100644
--- a/pyecsca/misc/cfg.py
+++ b/pyecsca/misc/cfg.py
@@ -1,5 +1,5 @@
"""
-This module provides functions for runtime configuration of the toolkit.
+Provides functions for runtime configuration of the toolkit.
This includes how errors are handled, or which :py:class:`~pyecsca.ec.mod.Mod` implementation is used.
"""
@@ -179,6 +179,7 @@ class TemporaryConfig:
cfg.some_property = some_value
...
"""
+
token: Optional[Token]
def __init__(self):