File: convert.py

package info (click to toggle)
python-canmatrix 0.9.3~github-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 10,896 kB
  • sloc: xml: 30,201; python: 12,472; makefile: 18; sh: 9
file content (6 lines) | stat: -rwxr-xr-x 122 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#!/usr/bin/env python3
import sys
sys.path.append('..')

import canmatrix.cli.convert
canmatrix.cli.convert.cli_convert()