from office365.sharepoint.entity import Entity


class WebInformation(Entity):
    """Specifies metadata about a site"""

    pass
