From a473908dca79568bff1a7d8300cb62120cea2984 Mon Sep 17 00:00:00 2001 From: Arthur Milchior Date: Thu, 30 Jan 2020 16:43:57 -0800 Subject: [PATCH] Adding constants for decks' type --- pylib/anki/consts.py | 2 ++ 1 file changed, 2 insertions(+) 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