pyast.utils
Pyast_utils.Version
pyast
type t = {
major : int;
minor : int;
subminor : int;
}
val parse : string -> t
val to_string : t -> string