You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
It's a bit silly, but I want to ask about the way you write base class in file /1-data-crawling/crawlers/base.py. Can you explain the reason you separate it into two base class: BaseCrawler(ABC), then BaseAbstractCrawler(BaseCrawler, ABC). What are benefits of this?
The text was updated successfully, but these errors were encountered:
Hi,
It's a bit silly, but I want to ask about the way you write base class in file /1-data-crawling/crawlers/base.py. Can you explain the reason you separate it into two base class: BaseCrawler(ABC), then BaseAbstractCrawler(BaseCrawler, ABC). What are benefits of this?
The text was updated successfully, but these errors were encountered: