7 lines
166 B
Python
7 lines
166 B
Python
from avdefs import AccountType
|
|
|
|
class AvalonConnection:
|
|
|
|
def __init__(self):
|
|
self.acuser: str = "anon"
|
|
self.actype: AccountType = AccountType.ANON |