BBS Server Structure

This commit is contained in:
2026-02-09 14:36:55 -06:00
parent 50a169cd89
commit 7732952e9c
5 changed files with 25 additions and 4 deletions

7
srv/avalon.py Normal file
View File

@@ -0,0 +1,7 @@
from avdefs import AccountType
class AvalonConnection:
def __init__(self):
self.acuser: str = "anon"
self.actype: AccountType = AccountType.ANON