Support of downloading monthly pdf report
This commit is contained in:
parent
5809f1112a
commit
8377407155
4 changed files with 136 additions and 5 deletions
|
|
@ -22,6 +22,7 @@ from .accounts_list import AccountsList
|
|||
from .account_history import AccountHistory
|
||||
from .login import LoginPage, LoginPage2
|
||||
from .transfer import TransferPage, TransferConfirmPage
|
||||
from .bills import BillsPage
|
||||
|
||||
|
||||
class AccountPrelevement(AccountsList):
|
||||
|
|
@ -29,4 +30,5 @@ class AccountPrelevement(AccountsList):
|
|||
|
||||
__all__ = ['AccountsList', 'AccountHistory', 'LoginPage',
|
||||
'LoginPage2', 'AccountPrelevement',
|
||||
'TransferPage', 'TransferConfirmPage']
|
||||
'TransferPage', 'TransferConfirmPage',
|
||||
'BillsPage']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue