mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 13:34:58 +08:00
Add stubs for playsound (#6881)
This commit is contained in:
@@ -46,6 +46,7 @@
|
||||
"stubs/prettytable",
|
||||
"stubs/protobuf",
|
||||
"stubs/google-cloud-ndb",
|
||||
"stubs/playsound",
|
||||
"stubs/psutil",
|
||||
"stubs/psycopg2",
|
||||
"stubs/Pygments",
|
||||
|
||||
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