platypush/platypush/plugins/sound/_streams/_player/__init__.py

4 lines
58 B
Python

from ._base import AudioPlayer
__all__ = ['AudioPlayer']