diff options
Diffstat (limited to 'venv/lib/python3.11/site-packages/faker/providers/automotive/id_ID')
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 Binary files differnew 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 |