6 lines
78 B
Python
6 lines
78 B
Python
|
#!/usr/bin/env python
|
||
|
|
||
|
if __name__=='__main__':
|
||
|
import lit
|
||
|
lit.main()
|