auto-sync: 2026-05-18 00:25:02

This commit is contained in:
cfdaily
2026-05-18 00:25:02 +08:00
parent 1dd396ed3d
commit 12243ec2ed
+2 -1
View File
@@ -27,7 +27,8 @@ from .db import (
)
from .models import (
Task, Comment, Output, Decision, Observation, Event,
Review, Experience,
Review, Experience, Card,
CARD_VALID_STATUSES, CARD_MANUAL_STATUSES, CARD_TYPE_SET,
)
logger = logging.getLogger("moziplus-v2.blackboard")