mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 18:03:07 +02:00
8 lines
209 B
Python
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
|