ProjectManager.restore_project# ProjectManager.restore_project(file_path: Path, project_name: str) → bool[source]# Restores a project from the file path provided with given project name. Returns True if successful. Parameters: file_path (Path) project_name (str) Return type: bool