mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 16:43:05 +02:00
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.
6 lines
127 B
Python
6 lines
127 B
Python
"""Warsaw districts Anki flashcard generator."""
|
|
|
|
from __future__ import annotations
|
|
|
|
__all__ = ["generate_anki_deck", "main"]
|