#include <TopoDS_Wire.hxx>
#include "hs_TopoDS_Wire.h"

TopoDS_Wire * hs_new_TopoDS_Wire(){
    return new TopoDS_Wire();
}

