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