Delete reginaldCog/messenger_clients/_common.py

This commit is contained in:
T-BENZIN 2025-08-15 09:32:25 +02:00
parent bd4b05d2d4
commit d2edf0e60d

View File

@ -1,7 +0,0 @@
from abc import ABC, abstractmethod
class MessageFactory(ABC):
@abstractmethod
def new(self, raw_message) -> object:
pass