# open_project

Open GX project.

# Parameters

file_path : str
path to file

# Examples

current_path = os.getcwd()
filename ="slope_stability.gxx"
gx.open_project(file_path=os.path.join(current_path, filename))