comic_book_downloader/test/test.py
2024-02-29 12:11:04 +08:00

7 lines
94 B
Python

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