drums = {
let drums = {
round: await FileAttachment("round_drum.json").json(),
square: await FileAttachment("square_drum.json").json(),
square_round: await FileAttachment("square_drum_round_hole.json").json(),
doubly_connected: await FileAttachment("doubly_connected@12.json").json()
};
return drums;
}