Skip to content

Commit 3c2398f

Browse files
feat: add mir method to __init__
1 parent 15eed34 commit 3c2398f

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
@@ -50,6 +50,7 @@
5050
"mastercard",
5151
"visa",
5252
"unionpay",
53+
"mir",
5354
# country
5455
"calling_code",
5556
"country_code",

0 commit comments

Comments
 (0)