| Current Path : /opt/imh-python/lib/python3.9/site-packages/celery/loaders/ |
| Current File : //opt/imh-python/lib/python3.9/site-packages/celery/loaders/app.py |
"""The default loader used with custom app instances."""
from .base import BaseLoader
__all__ = ('AppLoader',)
class AppLoader(BaseLoader):
"""Default loader used when an app is specified."""