Remove playsound stubs (#12857)

Closes: #12856
This commit is contained in:
Sebastian Rittau
2024-10-19 17:52:54 +02:00
committed by GitHub
parent ebdd2c528d
commit d1c1675b20
2 changed files with 0 additions and 11 deletions

View File

@@ -1,3 +0,0 @@
version = "1.3.*"
upstream_repository = "https://github.com/TaylorSMarks/playsound"
no_longer_updated = true

View File

@@ -1,8 +0,0 @@
import logging
import pathlib
logger: logging.Logger
class PlaysoundException(Exception): ...
def playsound(sound: str | pathlib.Path, block: bool = ...) -> None: ...