File: __init__.py

package info (click to toggle)
python-xsdata 24.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,936 kB
  • sloc: python: 29,257; xml: 404; makefile: 27; sh: 6
file content (5 lines) | stat: -rw-r--r-- 266 bytes parent folder | download
1
2
3
4
5
from xsdata.formats.dataclass.parsers.json import JsonParser
from xsdata.formats.dataclass.parsers.tree import TreeParser
from xsdata.formats.dataclass.parsers.xml import UserXmlParser, XmlParser

__all__ = ["JsonParser", "XmlParser", "UserXmlParser", "TreeParser"]