Files
2025-05-18 13:04:45 +08:00

7 lines
89 B
Python

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