422c135aae
and lazy people like me :)
7 lines
287 B
Python
7 lines
287 B
Python
from .fetchers import Fetcher, StealthyFetcher, PlayWrightFetcher
|
|
|
|
# If you are going to use Fetchers with the default settings, import them from this file instead for a cleaner looking code
|
|
Fetcher = Fetcher()
|
|
StealthyFetcher = StealthyFetcher()
|
|
PlayWrightFetcher = PlayWrightFetcher()
|