lit.py 88 Bytes Raw Blame History Permalink 1 2 3 4 5 6 #!/usr/bin/env python from lit.main import main if __name__ == '__main__': main()