This document describes the current stable version of Celery (5.2). For development docs, go here.
Source code for celery.loaders.app
"""The default loader used with custom app instances."""
from .base import BaseLoader
__all__ = ('AppLoader',)
This document describes the current stable version of Celery (5.2). For development docs, go here.
"""The default loader used with custom app instances."""
from .base import BaseLoader
__all__ = ('AppLoader',)