File: __init__.py

package info (click to toggle)
python-rtmidi 1.5.8-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,248 kB
  • sloc: cpp: 4,228; python: 2,853; makefile: 287; sh: 109; ansic: 19
file content (5 lines) | stat: -rw-r--r-- 165 bytes parent folder | download
1
2
3
4
5
"""A binding for the RtMidi C++ library."""

from .version import version as __version__  # noqa
from ._rtmidi import *  # noqa
from ._rtmidi import __doc__  # noqa