Squashed 'core/' content from commit 92ec910

git-subtree-dir: core
git-subtree-split: 92ec910a132e379a3a6e442a75bcb07cac0f0010
This commit is contained in:
Du Wenbo
2026-04-04 18:16:49 +08:00
commit d8e4449f10
227 changed files with 39179 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
from app.tasks.report_tasks import run_report_sync, REPORT_TYPE_METHODS
try:
from app.tasks.report_tasks import generate_report_task, CELERY_AVAILABLE
except ImportError:
CELERY_AVAILABLE = False