platypush/platypush/plugins/sound/__init__.py

10 lines
148 B
Python
Raw Normal View History

2018-12-15 01:18:45 +01:00
"""
.. moduleauthor:: Fabio Manganiello <blacklight86@gmail.com>
"""
from .core import Sound
from .plugin import SoundPlugin
2018-12-15 01:18:45 +01:00
# vim:sw=4:ts=4:et: