Skip to content

Commit 7c497af

Browse files
TheDrunkenBearyozachar
authored andcommitted
feat: add mir method to __init__
1 parent cee8d54 commit 7c497af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/validators/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# local
44
from .between import between
5-
from .card import amex, card_number, diners, discover, jcb, mastercard, unionpay, visa
5+
from .card import amex, card_number, diners, discover, jcb, mastercard, unionpay, visa, mir
66
from .country import calling_code, country_code, currency
77
from .cron import cron
88
from .crypto_addresses import bsc_address, btc_address, eth_address, trx_address
@@ -51,6 +51,7 @@
5151
"mastercard",
5252
"visa",
5353
"unionpay",
54+
"mir",
5455
# country
5556
"calling_code",
5657
"country_code",

0 commit comments

Comments
 (0)