"""
Selectors
"""

# top-level imports
from scrapy.selector.unified import Selector, SelectorList

__all__ = [
    "Selector",
    "SelectorList",
]
