910111213141516
public class KapalabhatiUseCase extends YogaUseCase { @Override protected void runWithPossibleException()throws Exception { new Thread (new Kapalabhati(getSounds())).start(); }