Files
typeshed/stubs/playsound/playsound.pyi
T

6 lines
131 B
Python

import pathlib
class PlaysoundException(Exception): ...
def playsound(sound: str | pathlib.Path, block: bool = ...) -> None: ...