deemix-py/deemix/app/MessageInterface.py

7 lines
178 B
Python
Raw Normal View History

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