#include <TopoDS_Edge.hxx>
#include "hs_TopoDS_Edge.h"

TopoDS_Edge * hs_new_TopoDS_Edge(){
    return new TopoDS_Edge();
}

