summaryrefslogtreecommitdiff
path: root/venv/lib/python3.11/site-packages/faker/providers/automotive/id_ID
diff options
context:
space:
mode:
Diffstat (limited to 'venv/lib/python3.11/site-packages/faker/providers/automotive/id_ID')
-rw-r--r--venv/lib/python3.11/site-packages/faker/providers/automotive/id_ID/__init__.py16
-rw-r--r--venv/lib/python3.11/site-packages/faker/providers/automotive/id_ID/__pycache__/__init__.cpython-311.pycbin0 -> 696 bytes
2 files changed, 16 insertions, 0 deletions
diff --git a/venv/lib/python3.11/site-packages/faker/providers/automotive/id_ID/__init__.py b/venv/lib/python3.11/site-packages/faker/providers/automotive/id_ID/__init__.py
new file mode 100644
index 0000000..6f7d50f
--- /dev/null
+++ b/venv/lib/python3.11/site-packages/faker/providers/automotive/id_ID/__init__.py
@@ -0,0 +1,16 @@
+from .. import Provider as AutomotiveProvider
+
+
+class Provider(AutomotiveProvider):
+ """Implement automotive provider for ``id_ID`` locale."""
+
+ license_formats = (
+ "? ### ??",
+ "? ### ???",
+ "?? ### ??",
+ "?? ### ???",
+ "? #### ??",
+ "? #### ???",
+ "?? #### ??",
+ "?? #### ???",
+ )
diff --git a/venv/lib/python3.11/site-packages/faker/providers/automotive/id_ID/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/faker/providers/automotive/id_ID/__pycache__/__init__.cpython-311.pyc
new file mode 100644
index 0000000..c88551f
--- /dev/null
+++ b/venv/lib/python3.11/site-packages/faker/providers/automotive/id_ID/__pycache__/__init__.cpython-311.pyc
Binary files differ