testsAndMisc/python_pkg/polish_license_plates/__init__.py

8 lines
209 B
Python
Raw Normal View History

"""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