Source code for mattermostautodriver.endpoints.base

[docs]class Base: def __init__(self, client): self.client = client