from portainer import PortainerApi class Portainer: def __init__(self, base_url, token): self.portainer = PortainerApi(base_url, token)