summaryrefslogtreecommitdiff
path: root/venv/lib/python3.11/site-packages/faker/providers/automotive/nl_BE
diff options
context:
space:
mode:
Diffstat (limited to 'venv/lib/python3.11/site-packages/faker/providers/automotive/nl_BE')
-rw-r--r--venv/lib/python3.11/site-packages/faker/providers/automotive/nl_BE/__init__.py16
-rw-r--r--venv/lib/python3.11/site-packages/faker/providers/automotive/nl_BE/__pycache__/__init__.cpython-311.pycbin0 -> 704 bytes
2 files changed, 16 insertions, 0 deletions
diff --git a/venv/lib/python3.11/site-packages/faker/providers/automotive/nl_BE/__init__.py b/venv/lib/python3.11/site-packages/faker/providers/automotive/nl_BE/__init__.py
new file mode 100644
index 0000000..19f24ca
--- /dev/null
+++ b/venv/lib/python3.11/site-packages/faker/providers/automotive/nl_BE/__init__.py
@@ -0,0 +1,16 @@
+from .. import Provider as AutomotiveProvider
+
+
+class Provider(AutomotiveProvider):
+ """Implement automotive provider for `nl_BE` locale.
+
+ https://nl.wikipedia.org/wiki/Belgisch_kenteken
+ """
+
+ license_formats = (
+ "???-###", # 1973-2008
+ "###-???", # 2008-2010
+ # New formats after 2010
+ "1-???-###",
+ "2-???-###",
+ )
diff --git a/venv/lib/python3.11/site-packages/faker/providers/automotive/nl_BE/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/faker/providers/automotive/nl_BE/__pycache__/__init__.cpython-311.pyc
new file mode 100644
index 0000000..06e43b5
--- /dev/null
+++ b/venv/lib/python3.11/site-packages/faker/providers/automotive/nl_BE/__pycache__/__init__.cpython-311.pyc
Binary files differ