7 lines
97 B
Python
7 lines
97 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from weboob.tools.browser import Page
|
|
|
|
|
|
class IndexPage(Page):
|
|
pass
|