mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
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: ...
|