Skip to content

Commit 8d6303a

Browse files
Ravencentricdanhje
authored andcommitted
feat: add typing
1 parent b73295a commit 8d6303a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

quick_xmltodict.pyi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
from typing import Any
2+
3+
def parse(xml: str) -> dict[str, Any]:
4+
"""Parse an XML string and convert it into a dictionary."""
5+

0 commit comments

Comments
 (0)