platypush/platypush/message/response/camera/__init__.py
2019-12-17 00:56:28 +01:00

9 lines
113 B
Python

from platypush.message.response import Response
class CameraResponse(Response):
pass
# vim:sw=4:ts=4:et: