This commit is contained in:
2025-05-24 20:24:15 +02:00
parent 45476954cc
commit 95dd8fb52b

View File

@ -17,6 +17,8 @@ import fnmatch
import yaml import yaml
import paramiko import paramiko
import numpy as np import numpy as np
file_path = os.path.realpath(__file__) file_path = os.path.realpath(__file__)
dir_path = os.path.dirname(file_path) dir_path = os.path.dirname(file_path)
VERSION="1.0.6" VERSION="1.0.6"