liblineage.updater.v2.oem

Classes

Oem(name, devices)

LineageOS OEM informations.

class liblineage.updater.v2.oem.Oem(name: str, devices: list[OemDevice])

LineageOS OEM informations.

Attributes: - name (datetime): The name of the device - devices (list[OemDevice]): The list of supported devices from this OEM

classmethod from_json(json: Dict[str, Any])

Create an object from a JSON object.