test.py (80B)
1 #!/usr/bin/env python 2 # encoding: utf-8 3 import sys 4 print('success') 5 sys.exit(0)