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/languages/iana-language-subtag-registry.txt
src/toisto/__init__.py
src/toisto/app.py
src/toisto/metadata.py
src/toisto/tools.py
src/toisto/command/__init__.py
src/toisto/command/practice.py
src/toisto/command/show_progress.py
src/toisto/command/show_topics.py
src/toisto/model/__init__.py
src/toisto/model/language/__init__.py
src/toisto/model/language/cefr.py
src/toisto/model/language/concept.py
src/toisto/model/language/concept_factory.py
src/toisto/model/language/grammar.py
src/toisto/model/language/iana_language_subtag_registry.py
src/toisto/model/language/label.py
src/toisto/model/quiz/__init__.py
src/toisto/model/quiz/match.py
src/toisto/model/quiz/progress.py
src/toisto/model/quiz/quiz.py
src/toisto/model/quiz/quiz_factory.py
src/toisto/model/quiz/retention.py
src/toisto/model/quiz/topic.py
src/toisto/persistence/__init__.py
src/toisto/persistence/config.py
src/toisto/persistence/iana_language_subtag_registry.py
src/toisto/persistence/json_file.py
src/toisto/persistence/progress.py
src/toisto/persistence/topics.py
src/toisto/ui/__init__.py
src/toisto/ui/cli.py
src/toisto/ui/dictionary.py
src/toisto/ui/diff.py
src/toisto/ui/format.py
src/toisto/ui/speech.py
src/toisto/ui/text.py
src/topics/adverbs.json
src/topics/animals.json
src/topics/auxiliary_verbs.json
src/topics/body.json
src/topics/city.json
src/topics/clothes.json
src/topics/colors.json
src/topics/counting.json
src/topics/countries.json
src/topics/days.json
src/topics/degrees_of_comparison.json
src/topics/family.json
src/topics/food.json
src/topics/furniture.json
src/topics/greetings.json
src/topics/health.json
src/topics/holidays.json
src/topics/house.json
src/topics/interrogative_pronouns.json
src/topics/languages.json
src/topics/months.json
src/topics/nature.json
src/topics/objects.json
src/topics/possessive_adjectives.json
src/topics/seasons.json
src/topics/sentence_types.json
src/topics/time.json
src/topics/transport.json
src/topics/verbs.json
src/topics/weather.json