import("//root/a")
import("//root/c")
import("//root/b")

if (stuff) {
import("3") import("2") import("1")
  if (things) {
      import("x")
      import("z") import("y") import("w") import("q")

      import("f") import("e") if (other) {import("z") import("a")} import("d")

      template("wee") {
        import("6")
        import("7")
        import("5")
      }
  }
} else {
  import("i")
  import("h")
  import("g")
}