mirror of
https://gitlab.com/RemixDev/deemix-py.git
synced 2025-01-01 12:46:11 +00:00
5 lines
159 B
Python
5 lines
159 B
Python
class MessageInterface:
|
|
def send(self, message, value=None):
|
|
"""Implement this class to process updates and messages from the core"""
|
|
pass
|