LICENSE
README.md
pyproject.toml
src/Toisto.egg-info/PKG-INFO
src/Toisto.egg-info/SOURCES.txt
src/Toisto.egg-info/dependency_links.txt
src/Toisto.egg-info/entry_points.txt
src/Toisto.egg-info/requires.txt
src/Toisto.egg-info/top_level.txt
src/toisto/__init__.py
src/toisto/app.py
src/toisto/cli.py
src/toisto/color.py
src/toisto/diff.py
src/toisto/match.py
src/toisto/metadata.py
src/toisto/output.py
src/toisto/persistence.py
src/toisto/speech.py
src/toisto/command/__init__.py
src/toisto/command/practice.py
src/toisto/command/show_progress.py
src/toisto/decks/colors.json
src/toisto/decks/counting.json
src/toisto/decks/days.json
src/toisto/decks/family.json
src/toisto/decks/furniture.json
src/toisto/decks/greetings.json
src/toisto/decks/house.json
src/toisto/decks/months.json
src/toisto/decks/seasons.json
src/toisto/decks/time.json
src/toisto/model/__init__.py
src/toisto/model/entry.py
src/toisto/model/progress.py
src/toisto/model/quiz.py
src/toisto/model/quiz_progress.py