platypush/platypush/plugins/sound/_manager/__init__.py

4 lines
60 B
Python

from ._main import AudioManager
__all__ = ["AudioManager"]