support the question page
This commit is contained in:
parent
78a5c3767f
commit
3cf99f7b46
3 changed files with 10 additions and 5 deletions
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
from .accounts_list import AccountsList
|
||||
from .account_history import AccountHistory
|
||||
from .login import LoginPage, LoginPage2
|
||||
from .login import LoginPage, LoginPage2, StopPage
|
||||
from .transfer import TransferPage, TransferConfirmPage
|
||||
from .bills import BillsPage
|
||||
|
||||
|
|
@ -31,4 +31,4 @@ class AccountPrelevement(AccountsList):
|
|||
__all__ = ['AccountsList', 'AccountHistory', 'LoginPage',
|
||||
'LoginPage2', 'AccountPrelevement',
|
||||
'TransferPage', 'TransferConfirmPage',
|
||||
'BillsPage']
|
||||
'BillsPage', 'StopPage']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue