gatelogue_aggregator.sources.warp_api.WarpAPI

class gatelogue_aggregator.sources.warp_api.WarpAPI

Bases: object

__init__()

Methods

__init__()

from_user(uuid)

prepare(config)

Attributes

LINK

warps

classmethod from_user(uuid: str | UUID) Iterator[Warp]
classmethod prepare(config: Config)
warps: ClassVar[list[Warp]] = []