BBS Server Structure
This commit is contained in:
7
srv/avalon.py
Normal file
7
srv/avalon.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from avdefs import AccountType
|
||||
|
||||
class AvalonConnection:
|
||||
|
||||
def __init__(self):
|
||||
self.acuser: str = "anon"
|
||||
self.actype: AccountType = AccountType.ANON
|
||||
Reference in New Issue
Block a user