private def init()

in src_en/src/main/scala/WebsiteLauncher.scala [27:29]


  private def init(path: String): File = {
    new File(path)
  }