LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
flashmemo/__init__.py
flashmemo/__main__.py
flashmemo/cli.py
flashmemo/core.py
flashmemo/html_export.py
flashmemo/storage.py
flashmemo/web.py
flashmemo.egg-info/PKG-INFO
flashmemo.egg-info/SOURCES.txt
flashmemo.egg-info/dependency_links.txt
flashmemo.egg-info/entry_points.txt
flashmemo.egg-info/requires.txt
flashmemo.egg-info/top_level.txt
flashmemo/data/flashcards.json
flashmemo/data/lashcards.json
flashmemo/templates/add.html
flashmemo/templates/index.html
flashmemo/templates/quiz.html
tests/test_core.py