8 lines
97 B
Python
Raw Normal View History

#!/usr/bin/env python
import sys
from lit.main import main
if __name__=='__main__':
main()