8 lines
148 B
Python
8 lines
148 B
Python
#!/usr/bin/env python3
|
|
"""
|
|
Webhook processing components for NFOGuard
|
|
"""
|
|
|
|
from .webhook_batcher import WebhookBatcher
|
|
|
|
__all__ = ['WebhookBatcher'] |