Skip to content

Commit 20be576

Browse files
committed
add explicit export for constants module
Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com>
1 parent ca566bb commit 20be576

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/xmlsec/__init__.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ from _typeshed import GenericPath, Self, StrOrBytesPath
44

55
from lxml.etree import _Element
66

7+
from xmlsec import constants as constants, tree as tree
78
from xmlsec.constants import __KeyData as KeyData, __Transform as Transform
89

910
_E = TypeVar('_E', bound=_Element)

0 commit comments

Comments
 (0)