diff options
Diffstat (limited to 'venv/lib/python3.11/site-packages/faker/providers/automotive/he_IL')
2 files changed, 0 insertions, 11 deletions
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 deleted file mode 100644 index 0609f62..0000000 --- a/venv/lib/python3.11/site-packages/faker/providers/automotive/he_IL/__init__.py +++ /dev/null @@ -1,11 +0,0 @@ -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 Binary files differdeleted file mode 100644 index b95364d..0000000 --- a/venv/lib/python3.11/site-packages/faker/providers/automotive/he_IL/__pycache__/__init__.cpython-311.pyc +++ /dev/null |