mirror of
https://github.com/kuhyx/testsAndMisc-archive.git
synced 2026-07-04 15:03: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"]
|