mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-28 01:15:32 +08:00
a9b4fa0a32
Add missing objects to various stubs
9 lines
170 B
Python
9 lines
170 B
Python
import logging
|
|
import pathlib
|
|
|
|
logger: logging.Logger
|
|
|
|
class PlaysoundException(Exception): ...
|
|
|
|
def playsound(sound: str | pathlib.Path, block: bool = ...) -> None: ...
|