from web_img import WebImg def main(): i = WebImg("name", "url.com") print(i) main()