update helper scripts and more

This commit is contained in:
Dengke Tang
2023-02-27 15:37:22 -08:00
parent 908f6c4dba
commit 1500c855e9
6 changed files with 81 additions and 87 deletions
+9
View File
@@ -0,0 +1,9 @@
import os
# get the absolute path of the script file
script_path = os.path.abspath(__file__)
# get the directory of the script file
script_dir = os.path.dirname(script_path)
print("Directory of the script file:", script_dir)