1 2 3 4 5 6 7 8
from __future__ import annotations from ..Copilot import Copilot class CopilotAccount(Copilot): needs_auth = True parent = "Copilot" default_model = ""