We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca566bb commit 20be576Copy full SHA for 20be576
1 file changed
src/xmlsec/__init__.pyi
@@ -4,6 +4,7 @@ from _typeshed import GenericPath, Self, StrOrBytesPath
4
5
from lxml.etree import _Element
6
7
+from xmlsec import constants as constants, tree as tree
8
from xmlsec.constants import __KeyData as KeyData, __Transform as Transform
9
10
_E = TypeVar('_E', bound=_Element)
0 commit comments