Skip to content

Commit 95e6bb8

Browse files
alexviquezrogelioLpz
authored andcommitted
adding resource to init
1 parent 8dc298e commit 95e6bb8

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',
@@ -41,6 +42,7 @@
4142
from .api_keys import ApiKey
4243
from .arpc import Arpc
4344
from .balance_entries import BalanceEntry
45+
from .bank_account_validations import BankAccountValidations
4446
from .bill_payments import BillPayment
4547
from .card_activations import CardActivation
4648
from .card_transactions import CardTransaction
@@ -81,6 +83,7 @@
8183
ApiKey,
8284
Account,
8385
Arpc,
86+
BankAccountValidations,
8487
BalanceEntry,
8588
BillPayment,
8689
Card,

0 commit comments

Comments
 (0)