9 lines
123 B
Python
Executable File
9 lines
123 B
Python
Executable File
#!/usr/bin/python
|
|
|
|
import sys
|
|
|
|
from diffcmd.diffcalc_launcher import main
|
|
|
|
|
|
if __name__ == '__main__':
|
|
sys.exit(main()) |