update helper scripts and more

This commit is contained in:
Dengke Tang
2023-02-24 15:39:09 -08:00
parent 4d5420dffc
commit cdef4b7ef1
11 changed files with 262 additions and 256 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)