From 6d7ba58f880be618ade07f8ea080fe8c4bf8a896 Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Wed, 3 Apr 2024 03:10:44 -0400 Subject: venv --- .../faker/providers/automotive/he_IL/__init__.py | 11 +++++++++++ .../automotive/he_IL/__pycache__/__init__.cpython-311.pyc | Bin 0 -> 632 bytes 2 files changed, 11 insertions(+) create mode 100644 venv/lib/python3.11/site-packages/faker/providers/automotive/he_IL/__init__.py create mode 100644 venv/lib/python3.11/site-packages/faker/providers/automotive/he_IL/__pycache__/__init__.cpython-311.pyc (limited to 'venv/lib/python3.11/site-packages/faker/providers/automotive/he_IL') diff --git a/venv/lib/python3.11/site-packages/faker/providers/automotive/he_IL/__init__.py b/venv/lib/python3.11/site-packages/faker/providers/automotive/he_IL/__init__.py new file mode 100644 index 0000000..0609f62 --- /dev/null +++ b/venv/lib/python3.11/site-packages/faker/providers/automotive/he_IL/__init__.py @@ -0,0 +1,11 @@ +from .. import Provider as AutomotiveProvider + + +class Provider(AutomotiveProvider): + """Implement automotive provider for ``he_IL`` locale.""" + + """ Source : https://en.wikipedia.org/wiki/Vehicle_registration_plates_of_Israel """ + license_formats = ( + "###-##-###", + "##-###-##", + ) diff --git a/venv/lib/python3.11/site-packages/faker/providers/automotive/he_IL/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/faker/providers/automotive/he_IL/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000..b95364d Binary files /dev/null and b/venv/lib/python3.11/site-packages/faker/providers/automotive/he_IL/__pycache__/__init__.cpython-311.pyc differ -- cgit v1.2.3