firefox.py 160 B

123456789
  1. import os,sys,re
  2. from twitter_account_creator.utils.browser import Browser
  3. class Firefox(Browser):
  4. def __init__(self):
  5. super.__init__()