moved
This commit is contained in:
11
email-worker/aws/__init__.py
Normal file
11
email-worker/aws/__init__.py
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env python3
|
||||
"""
|
||||
AWS service handlers
|
||||
"""
|
||||
|
||||
from .s3_handler import S3Handler
|
||||
from .sqs_handler import SQSHandler
|
||||
from .ses_handler import SESHandler
|
||||
from .dynamodb_handler import DynamoDBHandler
|
||||
|
||||
__all__ = ['S3Handler', 'SQSHandler', 'SESHandler', 'DynamoDBHandler']
|
||||
Reference in New Issue
Block a user