mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
6 lines
99 B
Python
6 lines
99 B
Python
|
|
"""Campaign service package"""
|
||
|
|
|
||
|
|
from .rate_limiter import rate_limiter
|
||
|
|
|
||
|
|
__all__ = ["rate_limiter"]
|