from zope.interface import Interface


class IScraper(Interface):
    """
    I implement a screen-scraping mechanism for traversing web comics and
    retrieving the content.
    """
