Anki/pylib/anki/scheduler
Damien Elmes 181cda1979 rename&simplify the deck/config type aliases
- QueueConfig is only used by the scheduler
- DeckConfig was being used in places that Config should have been used
- Add "Dict" to the name so that the bare name is free for use with a
stronger type.
2021-03-24 16:29:02 +10:00
..
__init__.py move old scheduler files into scheduler/ 2021-03-12 14:43:45 +10:00
base.py rename&simplify the deck/config type aliases 2021-03-24 16:29:02 +10:00
legacy.py rename&simplify the deck/config type aliases 2021-03-24 16:29:02 +10:00
v1.py rename&simplify the deck/config type aliases 2021-03-24 16:29:02 +10:00
v2.py rename&simplify the deck/config type aliases 2021-03-24 16:29:02 +10:00
v3.py split out common scheduler code into base.py, use scheduler/ dir 2021-03-12 14:07:52 +10:00