import Indice from "./Indice";
abstract class EdgesIndice extends Indice {
}
export default EdgesIndice