File: __main__.py

package info (click to toggle)
python-xsdata 26.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,200 kB
  • sloc: python: 31,234; xml: 422; makefile: 20; sh: 6
file content (8 lines) | stat: -rw-r--r-- 88 bytes parent folder | download
1
2
3
4
5
6
7
8
import sys


from xsdata.cli import cli as main


if __name__ == "__main__":
    main()