Fix some stubtest complaints before they happen (#9585)

Add missing objects to various stubs
This commit is contained in:
Alex Waygood
2023-01-24 21:45:31 +00:00
committed by GitHub
parent 4148a7b73e
commit a9b4fa0a32
8 changed files with 21 additions and 1 deletions

View File

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