Major fixes and new features
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
8
venv/lib/python3.12/site-packages/celery/loaders/app.py
Normal file
8
venv/lib/python3.12/site-packages/celery/loaders/app.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""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."""
|
||||
Reference in New Issue
Block a user