from environs import Env from browser import ChromeBrowser env = Env() env.read_env() Browser = ChromeBrowser()