File: __init__.py

package info (click to toggle)
python-playsound3 2.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 184 kB
  • sloc: python: 211; sh: 10; makefile: 4
file content (3 lines) | stat: -rw-r--r-- 111 bytes parent folder | download
1
2
3
from playsound3.playsound3 import AVAILABLE_BACKENDS, playsound

__all__ = ["playsound", "AVAILABLE_BACKENDS"]