Get recipient list (only work with one account)
This commit is contained in:
parent
7bb19bfe87
commit
06392b4a6f
3 changed files with 21 additions and 5 deletions
|
|
@ -21,10 +21,12 @@
|
|||
from .accounts_list import AccountsList
|
||||
from .account_history import AccountHistory
|
||||
from .login import LoginPage, LoginPage2, ConfirmPage, MessagePage
|
||||
from .transfer import TransferPage
|
||||
|
||||
|
||||
class AccountPrelevement(AccountsList):
|
||||
pass
|
||||
|
||||
__all__ = ['AccountsList', 'AccountHistory', 'LoginPage',
|
||||
'LoginPage2', 'ConfirmPage', 'MessagePage', 'AccountPrelevement']
|
||||
'LoginPage2', 'ConfirmPage', 'MessagePage', 'AccountPrelevement',
|
||||
'TransferPage']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue