1
2
3
4
5
import { n_vecs_added } from "https://esm.town/v/valilo/n_vecs_added";
export let get_n_vecs_added = () => {
return n_vecs_added;
};