From dd258ca62c575cd22e7f79f21cc33fb06cd6d9fa Mon Sep 17 00:00:00 2001 From: Arthur Milchior Date: Thu, 30 Jan 2020 18:01:31 -0800 Subject: [PATCH] Add revlog constants --- pylib/anki/consts.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pylib/anki/consts.py b/pylib/anki/consts.py index 1e01829b2..bbb2bfae2 100644 --- a/pylib/anki/consts.py +++ b/pylib/anki/consts.py @@ -69,6 +69,8 @@ BUTTON_TWO = 2 BUTTON_THREE = 3 BUTTON_FOUR = 4 +# Revlog types + # Labels ##########################################################################