Skip to content

Commit 7ce157b

Browse files
mhandlMartin Handl
and
Martin Handl
authored
Add person, bank provider for sk_SK locale (#1998)
Co-authored-by: Martin Handl <[email protected]>
1 parent cfb62ee commit 7ce157b

File tree

4 files changed

+2364
-0
lines changed

4 files changed

+2364
-0
lines changed
+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
from .. import Provider as BankProvider
2+
3+
4+
class Provider(BankProvider):
5+
"""Implement bank provider for ``sk_SK`` locale.
6+
7+
https://www.mbank.cz/informace-k-produktum/info/ucty/cislo-uctu-iban.html
8+
"""
9+
10+
bban_format = "####################"
11+
country_code = "SK"

0 commit comments

Comments
 (0)