Startup
This commit is contained in:
9
script/__Lib/diffcalc-snapshot/diffcalc.py
Executable file
9
script/__Lib/diffcalc-snapshot/diffcalc.py
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
import sys
|
||||
|
||||
from diffcmd.diffcalc_launcher import main
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
sys.exit(main())
|
||||
Reference in New Issue
Block a user