Fix patched import

This commit is contained in:
Lonami Exo 2021-02-06 12:51:01 +01:00
parent b85f50e314
commit acb066ad2e

View File

@ -1,4 +1,2 @@
# Compatibility for people relying on this module
from ..custom.message import Message
MessageService = MessageEmpty = Message
from ..custom.message import MessageEmpty, MessageService, Message