Sound can be currently played by using `pygame.mixer` but it would have been great if `replit-play` re-exported it. ``` import play, pygame.mixer sound = pygame.mixer.Sound('laser_shoot.wav') sound.play() ```
Sound can be currently played by using
pygame.mixerbut it would have been great ifreplit-playre-exported it.