9 lines
114 B
Python
Executable File

#!/usr/bin/python
import sys
from os_testr.ostestr import main
if __name__ == "__main__":
sys.exit(main())