mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-14 15:57:07 +08:00
6 lines
131 B
Python
6 lines
131 B
Python
import pathlib
|
|
|
|
class PlaysoundException(Exception): ...
|
|
|
|
def playsound(sound: str | pathlib.Path, block: bool = ...) -> None: ...
|