Add history of calls on freemobile module
This commit is contained in:
parent
0238392059
commit
5fac5421eb
4 changed files with 39 additions and 14 deletions
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
|
||||
from .homepage import HomePage
|
||||
from .history import HistoryPage
|
||||
from .history import HistoryPage, DetailsPage
|
||||
from .login import LoginPage
|
||||
|
||||
__all__ = ['LoginPage', 'HomePage', 'HistoryPage']
|
||||
__all__ = ['LoginPage', 'HomePage', 'HistoryPage', 'DetailsPage']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue