mirror of
https://github.com/GOSTSec/gostweb
synced 2025-02-11 14:14:15 +00:00
5 lines
86 B
Python
5 lines
86 B
Python
# import celery stuff
|
|
from .celery import app as celery_app
|
|
|
|
__all__ = ['celery_app']
|