mirror of
https://github.com/D4Vinci/Scrapling.git
synced 2026-09-14 20:07:02 +08:00
8 lines
262 B
Python
8 lines
262 B
Python
"""Integrations with third-party frameworks.
|
|
|
|
Each integration lives in its own module and is imported explicitly, so its
|
|
framework never becomes a required dependency of Scrapling. Example::
|
|
|
|
from scrapling.integrations.scrapy import scrapling_response
|
|
"""
|