diff --git a/pylib/anki/consts.py b/pylib/anki/consts.py index 89e9ba13a..6d69f6151 100644 --- a/pylib/anki/consts.py +++ b/pylib/anki/consts.py @@ -27,6 +27,8 @@ COUNT_REMAINING = 1 MEDIA_ADD = 0 MEDIA_REM = 1 +# Kind of decks + # dynamic deck order DYN_OLDEST = 0 DYN_RANDOM = 1