Files
nx_post_support/server/libs/tclint/__main__.py
T

5 lines
64 B
Python

import sys
from tclint.cli.tclint import main
sys.exit(main())