We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aad3f48 commit 72297b0Copy full SHA for 72297b0
harmony.bat
@@ -5,7 +5,7 @@ python "%~f0" %*
5
exit /b 0
6
'''
7
import sys
8
-import app
+from harmony_model_checker.main import main
9
10
if __name__ == "__main__":
11
- sys.exit(app.main())
+ sys.exit(main())
0 commit comments