Files
typeshed/stubs/playsound/playsound.pyi
2022-01-10 22:23:28 +02:00

6 lines
131 B
Python

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