mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-23 19:41:51 +08:00
Add stubs for playsound (#6881)
This commit is contained in:
1
stubs/playsound/METADATA.toml
Normal file
1
stubs/playsound/METADATA.toml
Normal file
@@ -0,0 +1 @@
|
||||
version = "1.3.*"
|
||||
5
stubs/playsound/playsound.pyi
Normal file
5
stubs/playsound/playsound.pyi
Normal file
@@ -0,0 +1,5 @@
|
||||
import pathlib
|
||||
|
||||
class PlaysoundException(Exception): ...
|
||||
|
||||
def playsound(sound: str | pathlib.Path, block: bool = ...) -> None: ...
|
||||
Reference in New Issue
Block a user