13 lines
198 B
Python
13 lines
198 B
Python
# standard imports
|
|
|
|
# third-party imports
|
|
|
|
# local imports
|
|
import celery
|
|
|
|
celery_app = celery.current_app
|
|
|
|
from .africastalking import send
|
|
from .db import persist_notification
|
|
from .log import log
|