testsAndMisc-archive/python_pkg/anki_decks/warsaw_districts/__init__.py
Krzysztof kuhy Rudnicki fe2c6628e2 Consolidate all Anki deck generators into python_pkg/anki_decks/
Move warsaw_bridges, warsaw_districts, warsaw_landmarks, warsaw_metro,
warsaw_osiedla, warsaw_streets, and car_brand_logos into the existing
python_pkg/anki_decks/ directory alongside the polish_* generators.

Also move preview_all.html into anki_decks/.

Update all import paths, filesystem references in geo_data.py,
docstrings, READMEs, test imports, and .gitignore accordingly.
2026-02-07 15:32:23 +01:00

6 lines
127 B
Python

"""Warsaw districts Anki flashcard generator."""
from __future__ import annotations
__all__ = ["generate_anki_deck", "main"]