File structure refactor
This commit is contained in:
parent
75af912bf5
commit
180c167a43
7
reginaldCog/messenger_clients/_common.py
Normal file
7
reginaldCog/messenger_clients/_common.py
Normal file
@ -0,0 +1,7 @@
|
||||
from abc import ABC, abstractmethod
|
||||
|
||||
|
||||
class MessageFactory(ABC):
|
||||
@abstractmethod
|
||||
def new(self, raw_message: dict) -> object:
|
||||
pass
|
||||
Loading…
x
Reference in New Issue
Block a user