# -*- coding: utf-8 -*- from weboob.tools.browser import Page class IndexPage(Page): pass