Skip to content

Commit 2af6d5d

Browse files
feat : __main__.py added #43
1 parent 56cd51d commit 2af6d5d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

orangetool/__main__.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)