summaryrefslogtreecommitdiff
path: root/venv/lib/python3.11/site-packages/faker/providers/automotive/hu_HU
diff options
context:
space:
mode:
Diffstat (limited to 'venv/lib/python3.11/site-packages/faker/providers/automotive/hu_HU')
-rw-r--r--venv/lib/python3.11/site-packages/faker/providers/automotive/hu_HU/__init__.py12
-rw-r--r--venv/lib/python3.11/site-packages/faker/providers/automotive/hu_HU/__pycache__/__init__.cpython-311.pycbin0 -> 712 bytes
2 files changed, 12 insertions, 0 deletions
diff --git a/venv/lib/python3.11/site-packages/faker/providers/automotive/hu_HU/__init__.py b/venv/lib/python3.11/site-packages/faker/providers/automotive/hu_HU/__init__.py
new file mode 100644
index 0000000..a046723
--- /dev/null
+++ b/venv/lib/python3.11/site-packages/faker/providers/automotive/hu_HU/__init__.py
@@ -0,0 +1,12 @@
+from .. import Provider as AutomotiveProvider
+
+
+class Provider(AutomotiveProvider):
+ """Implement automotive provider for ``hu_HU`` locale.
+
+ Sources:
+
+ - https://en.wikipedia.org/wiki/Vehicle_registration_plates_of_Hungary
+ """
+
+ license_formats = ("???-###",)
diff --git a/venv/lib/python3.11/site-packages/faker/providers/automotive/hu_HU/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/faker/providers/automotive/hu_HU/__pycache__/__init__.cpython-311.pyc
new file mode 100644
index 0000000..8640175
--- /dev/null
+++ b/venv/lib/python3.11/site-packages/faker/providers/automotive/hu_HU/__pycache__/__init__.cpython-311.pyc
Binary files differ