deemix-py/deemix/app/messageinterface.py

7 lines
183 B
Python

#!/usr/bin/env python3
class MessageInterface:
def send(self, message, value=None):
"""Implement this class to process updates and messages from the core"""
pass