This repository has been archived on 2026-04-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
avalon-bbs/srv/avalon.py
2026-02-09 14:36:55 -06:00

7 lines
166 B
Python

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