moved
This commit is contained in:
11
email-worker/email_processing/__init__.py
Normal file
11
email-worker/email_processing/__init__.py
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env python3
|
||||
"""
|
||||
Email processing components
|
||||
"""
|
||||
|
||||
from .parser import EmailParser
|
||||
from .bounce_handler import BounceHandler
|
||||
from .rules_processor import RulesProcessor
|
||||
from .blocklist import BlocklistChecker
|
||||
|
||||
__all__ = ['EmailParser', 'BounceHandler', 'RulesProcessor', 'BlocklistChecker']
|
||||
Reference in New Issue
Block a user