Add the history for Livret A account (ing)
Signed-off-by: Florent <weboob@flo.fourcot.fr> Signed-off-by: Romain Bignon <romain@peerfuse.org>
This commit is contained in:
parent
15e6e19e16
commit
91cfedb247
3 changed files with 45 additions and 8 deletions
|
|
@ -19,10 +19,10 @@
|
|||
|
||||
|
||||
from .accounts_list import AccountsList
|
||||
from .account_history import AccountHistory
|
||||
from .account_history import AccountHistoryCC, AccountHistoryLA
|
||||
from .login import LoginPage, LoginPage2, ConfirmPage, MessagePage
|
||||
|
||||
class AccountPrelevement(AccountsList): pass
|
||||
|
||||
__all__ = ['AccountsList', 'AccountHistory', 'LoginPage', 'LoginPage2',
|
||||
__all__ = ['AccountsList', 'AccountHistoryCC', 'AccountHistoryLA', 'LoginPage', 'LoginPage2',
|
||||
'ConfirmPage', 'MessagePage', 'AccountPrelevement']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue