comic_book_downloader/test.py
2023-08-19 23:39:18 +08:00

7 lines
94 B
Python

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