platypush/platypush/plugins/sound/__init__.py

10 lines
148 B
Python

"""
.. moduleauthor:: Fabio Manganiello <blacklight86@gmail.com>
"""
from .core import Sound
from .plugin import SoundPlugin
# vim:sw=4:ts=4:et: