Skip to content

Commit 72297b0

Browse files
author
Anthony Yang
committedDec 25, 2021
update harmony.bat
1 parent aad3f48 commit 72297b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎harmony.bat

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ python "%~f0" %*
55
exit /b 0
66
'''
77
import sys
8-
import app
8+
from harmony_model_checker.main import main
99

1010
if __name__ == "__main__":
11-
sys.exit(app.main())
11+
sys.exit(main())

0 commit comments

Comments
 (0)