update bots
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
from .. import Provider as SsnProvider
|
||||
|
||||
|
||||
class Provider(SsnProvider):
|
||||
ssn_formats = (
|
||||
"##0#0#-1######",
|
||||
"##0#1#-1######",
|
||||
"##0#2#-1######",
|
||||
"##0#0#-2######",
|
||||
"##0#1#-2######",
|
||||
"##0#2#-2######",
|
||||
)
|
||||
Binary file not shown.
Reference in New Issue
Block a user