add PagesBrowser, ListElement, ItemElement, TableElement, and filters
This commit is contained in:
parent
5e199bdfa9
commit
8ea92461dc
3 changed files with 683 additions and 0 deletions
|
|
@ -16,3 +16,10 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Affero General Public License
|
||||
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
from .browser import BaseBrowser, DomainBrowser, Wget, Firefox, UrlNotAllowed
|
||||
from .page import PagesBrowser, BasePage, URL, HTMLPage, LoginBrowser, need_login
|
||||
|
||||
|
||||
__all__ = ['BaseBrowser', 'DomainBrowser', 'Wget', 'Firefox', 'UrlNotAllowed',
|
||||
'PagesBrowser', 'BasePage', 'URL', 'HTMLPage', 'LoginBrowser', 'need_login']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue