deemix-py/deemix/app/MessageInterface.py

7 lines
183 B
Python
Raw Normal View History

#!/usr/bin/env python3
class MessageInterface:
2020-04-18 07:35:49 +00:00
def send(self, message, value=None):
"""Implement this class to process updates and messages from the core"""
pass