4kwallpapers-scraper/__main__.py

7 lines
117 B
Python
Raw Normal View History

2021-01-19 11:50:43 +01:00
from scraper import Scraper, Category
if __name__ == "__main__":
scraper = Scraper()
print(scraper.images)