All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.joern.pythonparser.ast.package.scala Maven / Gradle / Ivy

There is a newer version: 1.2.44
Show newest version
package io.joern.pythonparser

import scala.collection.mutable

package object ast {
  type CollType[T] = mutable.Seq[T]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy