af29d71a7d
client_details.py -> Now handles the client details Class processor_base.py -> All the base classes for the processors processors.py -> All available processors registry.py -> Registry mechanism for the processors
2 lines
45 B
Python
2 lines
45 B
Python
from .processor_base import MessageProcessor
|