6 lines
73 B
Python
6 lines
73 B
Python
|
|
|
|
from rowers.celery import app as celery_app
|
|
|
|
__all__ = ('celery_app',)
|