diff options
Diffstat (limited to 'venv/lib/python3.11/site-packages/faker/providers/automotive/tl_PH')
2 files changed, 10 insertions, 0 deletions
diff --git a/venv/lib/python3.11/site-packages/faker/providers/automotive/tl_PH/__init__.py b/venv/lib/python3.11/site-packages/faker/providers/automotive/tl_PH/__init__.py new file mode 100644 index 0000000..4d3cf6e --- /dev/null +++ b/venv/lib/python3.11/site-packages/faker/providers/automotive/tl_PH/__init__.py @@ -0,0 +1,10 @@ +from ..en_PH import Provider as EnPhAutomotiveProvider + + +class Provider(EnPhAutomotiveProvider): + """Implement automotive provider for ``tl_PH`` locale. + + There is no difference from the ``en_PH`` implementation. + """ + + pass diff --git a/venv/lib/python3.11/site-packages/faker/providers/automotive/tl_PH/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/faker/providers/automotive/tl_PH/__pycache__/__init__.cpython-311.pyc Binary files differnew file mode 100644 index 0000000..77c7a03 --- /dev/null +++ b/venv/lib/python3.11/site-packages/faker/providers/automotive/tl_PH/__pycache__/__init__.cpython-311.pyc |