from avdefs import AccountType class AvalonConnection: def __init__(self): self.acuser: str = "anon" self.actype: AccountType = AccountType.ANON