Skip to content

Commit 35641b8

Browse files
committed
adding resource to init
1 parent aa971ec commit 35641b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cuenca/resources/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
'ApiKey',
33
'Account',
44
'Arpc',
5+
'BankAccountValidations',
56
'BalanceEntry',
67
'BillPayment',
78
'Card',
@@ -40,6 +41,7 @@
4041
from .api_keys import ApiKey
4142
from .arpc import Arpc
4243
from .balance_entries import BalanceEntry
44+
from .bank_account_validations import BankAccountValidations
4345
from .bill_payments import BillPayment
4446
from .card_activations import CardActivation
4547
from .card_transactions import CardTransaction
@@ -79,6 +81,7 @@
7981
ApiKey,
8082
Account,
8183
Arpc,
84+
BankAccountValidations,
8285
BalanceEntry,
8386
BillPayment,
8487
Card,

0 commit comments

Comments
 (0)