testsAndMisc/python_pkg/warsaw_districts/__init__.py
copilot-swe-agent[bot] 452b93f42b Add Warsaw districts Anki generator with tests and documentation
Co-authored-by: kuhyx <147418882+kuhyx@users.noreply.github.com>
2026-01-07 17:03:00 +00:00

6 lines
127 B
Python

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