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