from office365.entity import Entity


class DeviceCompliancePolicy(Entity):
    """This is the base class for Compliance policy. Compliance policies are platform specific and individual
    per-platform compliance policies inherit from here"""
