import HiHat from "./HiHat"; export class OpenHiHat extends HiHat { static NAME = "Open Hi-Hat"; } export default OpenHiHat;