From cd86fee03f6f219840547bae4fd7b5824a93b1a9 Mon Sep 17 00:00:00 2001 From: Arthur Milchior Date: Thu, 30 Jan 2020 18:11:04 -0800 Subject: [PATCH] Card and queue type --- pylib/anki/consts.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pylib/anki/consts.py b/pylib/anki/consts.py index c3efab33e..e9b1f37c7 100644 --- a/pylib/anki/consts.py +++ b/pylib/anki/consts.py @@ -14,6 +14,8 @@ NEW_CARDS_FIRST = 2 NEW_CARDS_RANDOM = 0 NEW_CARDS_DUE = 1 +# Card and queue types + # removal types REM_CARD = 0 REM_NOTE = 1