7 lines
117 B
Python
7 lines
117 B
Python
|
from scraper import Scraper, Category
|
||
|
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
scraper = Scraper()
|
||
|
print(scraper.images)
|