forked from jac241/anki_killstreaks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
anki_killstreaks.py
31 lines (25 loc) · 881 Bytes
/
anki_killstreaks.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# -*- coding: utf-8 -*-
"""
Original Copyright/License statement
------
Anki Add-on: Puppy Reinforcement
Uses intermittent reinforcement to encourage card review streaks
Copyright: (c) Glutanimate 2016-2018 <https://glutanimate.com/>
License: GNU AGPLv3 or later <https://www.gnu.org/licenses/agpl.html>
------
Modifications by jac241 <https://github.com/jac241> for Anki Killstreaks addon
Copyright: (c) jac241 2019
"""
# IMPORTANT:
#
# If you are reading this and wondering where to find the
# configuration section:
#
# As part of porting this add-on to Anki 2.1 I had to move the
# main add-on module to a separate folder. It is now located under
# puppy_reinforcer/main.py. All configuration options are located
# at the very top of that file.
#
# Please use NotePad++ or another text editor that supports python
# source code files to edit it
import anki_killstreaks