diff options
Diffstat (limited to 'venv/lib/python3.11/site-packages/faker/providers/automotive/en_CA')
2 files changed, 0 insertions, 45 deletions
diff --git a/venv/lib/python3.11/site-packages/faker/providers/automotive/en_CA/__init__.py b/venv/lib/python3.11/site-packages/faker/providers/automotive/en_CA/__init__.py deleted file mode 100644 index d918d4d..0000000 --- a/venv/lib/python3.11/site-packages/faker/providers/automotive/en_CA/__init__.py +++ /dev/null @@ -1,45 +0,0 @@ -from .. import Provider as AutomotiveProvider - - -class Provider(AutomotiveProvider): - """Implement automotive provider for ``en_CA`` locale. - - Sources: - - - https://www.revolvy.com/main/index.php?s=Canadian%20licence%20plate%20designs%20and%20serial%20formats - """ - - license_formats = ( - # Alberta - "???-####", - # BC - "??# ##?", - "?? ####", - # Manitoba - "??? ###", - # New Brunswick - "??? ###", - # Newfoundland and Labrador - "??? ###", - # NWT - "######", - # Nova Scotia - "??? ###", - # Nunavut - "### ###", - # Ontario - "### ???", - "???? ###", - "??# ###", - "### #??", - "?? ####", - "GV??-###", - # PEI - "## ##??", - # Quebec - "?## ???", - # Saskatchewan - "### ???", - # Yukon - "???##", - ) diff --git a/venv/lib/python3.11/site-packages/faker/providers/automotive/en_CA/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/faker/providers/automotive/en_CA/__pycache__/__init__.cpython-311.pyc Binary files differdeleted file mode 100644 index 832b0d2..0000000 --- a/venv/lib/python3.11/site-packages/faker/providers/automotive/en_CA/__pycache__/__init__.cpython-311.pyc +++ /dev/null |