ProjectManager.import_project#

ProjectManager.import_project(file_path: Path, project_name: str) bool[source]#

Imports 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