deemix-py/deemix/app/messageinterface.py

5 lines
159 B
Python
Raw Normal View History

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