testsAndMisc/python_pkg/polish_license_plates/__init__.py
copilot-swe-agent[bot] 63774f74d3 Add Polish license plate Anki generator with bidirectional cards
Co-authored-by: kuhyx <147418882+kuhyx@users.noreply.github.com>
2026-01-18 12:03:31 +00:00

8 lines
209 B
Python

"""Polish license plate Anki flashcard generator."""
from __future__ import annotations
__all__ = ["LICENSE_PLATE_CODES"]
from python_pkg.polish_license_plates.license_plate_data import LICENSE_PLATE_CODES