4 lines
46 B
Python
4 lines
46 B
Python
from .celery import app
|
|
|
|
__all__ = ["app"]
|
from .celery import app
|
|
|
|
__all__ = ["app"]
|