47243334f4
Warning: may break everything and/or edit your cat
9 lines
293 B
Python
9 lines
293 B
Python
from .from_matrix import (matrix_reply_to_telegram, matrix_to_telegram, matrix_text_to_telegram,
|
|
init_mx)
|
|
from .from_telegram import telegram_reply_to_matrix, telegram_to_matrix
|
|
from .. import context as c
|
|
|
|
|
|
def init(context: c.Context) -> None:
|
|
init_mx(context)
|