Split formatter to two files

This commit is contained in:
Tulir Asokan
2018-02-19 20:45:40 +02:00
parent 5930b2e3bb
commit 51b868d9ce
4 changed files with 197 additions and 189 deletions
+2
View File
@@ -0,0 +1,2 @@
from .from_matrix import matrix_reply_to_telegram, matrix_to_telegram
from .from_telegram import telegram_reply_to_matrix, telegram_to_matrix