6 lines
65 B
Python
6 lines
65 B
Python
import sys
|
|
|
|
from tclint.cli.tclint import main
|
|
|
|
sys.exit(main())
|