We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56cd51d commit 2af6d5dCopy full SHA for 2af6d5d
orangetool/__main__.py
@@ -0,0 +1,7 @@
1
+# -*- coding: utf-8 -*-
2
+"""Orangetool main."""
3
+
4
+from .orangetool_system import version
5
6
+if __name__ == "__main__":
7
+ version()
0 commit comments