Skip to content

Commit

Permalink
feat: add typing
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravencentric authored and danhje committed Jan 12, 2025
1 parent b73295a commit 8d6303a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions quick_xmltodict.pyi
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from typing import Any

def parse(xml: str) -> dict[str, Any]:
"""Parse an XML string and convert it into a dictionary."""

0 comments on commit 8d6303a

Please sign in to comment.