We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e1342a commit 97e5aceCopy full SHA for 97e5ace
volumouse.py
@@ -25,7 +25,7 @@
25
file_Corner_area = os.path.dirname(os.path.abspath(__file__))+'/temp/corner_area_size.txt'
26
27
def main():
28
- from volumouse import __version__
+ import __version__
29
version ='volumouse - Version '+ str(__version__.__version__)+' - by @pzim-devdata'
30
############################ARGUMENTS
31
def info():
0 commit comments