tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

__init__.py (589B)


      1 # This Source Code Form is subject to the terms of the Mozilla Public
      2 # License, v. 2.0. If a copy of the MPL was not distributed with this
      3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
      4 
      5 __version__ = "3.5.0"
      6 
      7 from marionette_driver import (
      8    addons,
      9    by,
     10    date_time_value,
     11    decorators,
     12    errors,
     13    expected,
     14    geckoinstance,
     15    keys,
     16    localization,
     17    marionette,
     18    wait,
     19 )
     20 from marionette_driver.by import By
     21 from marionette_driver.date_time_value import DateTimeValue
     22 from marionette_driver.keys import Keys
     23 from marionette_driver.wait import Wait