add investment to boursorama bank module
This commit is contained in:
parent
56e9d53adb
commit
8672a6b443
5 changed files with 164 additions and 12 deletions
|
|
@ -23,8 +23,8 @@ from .account_history import AccountHistory
|
|||
from .card_history import CardHistory
|
||||
from .accounts_list import AccountsList
|
||||
from .login import LoginPage, UpdateInfoPage
|
||||
|
||||
from .two_authentication import AuthenticationPage
|
||||
from .investment import AccountInvestment, InvestmentDetail
|
||||
|
||||
|
||||
class AccountPrelevement(AccountsList):
|
||||
|
|
@ -36,4 +36,6 @@ __all__ = ['LoginPage',
|
|||
'CardHistory',
|
||||
'UpdateInfoPage',
|
||||
'AuthenticationPage',
|
||||
'AccountInvestment',
|
||||
'InvestmentDetail',
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue