mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
@@ -1,3 +0,0 @@
|
||||
version = "1.3.*"
|
||||
upstream_repository = "https://github.com/TaylorSMarks/playsound"
|
||||
no_longer_updated = true
|
||||
@@ -1,8 +0,0 @@
|
||||
import logging
|
||||
import pathlib
|
||||
|
||||
logger: logging.Logger
|
||||
|
||||
class PlaysoundException(Exception): ...
|
||||
|
||||
def playsound(sound: str | pathlib.Path, block: bool = ...) -> None: ...
|
||||
Reference in New Issue
Block a user