from .base import AmamzonBase, UserInfo if __name__ == "__main__": user_info: UserInfo = {"company": "rongchuang123", "username": "自动化_Robot", "password": "#20zsg25"} driver = AmamzonBase(user_info) shop_name = "郭亚芳" country = "德国" driver.open_shop(shop_name) driver.SwitchingCountries(country)