Files
weibo_signin/backend/venv/Lib/site-packages/celery/loaders/app.py

9 lines
199 B
Python
Raw Normal View History

2026-03-09 16:10:29 +08:00
"""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."""