add friend table, start work on ws

This commit is contained in:
2026-02-24 19:23:34 +01:00
parent b1556515a1
commit e8d6306714
7 changed files with 32 additions and 5 deletions
+5
View File
@@ -0,0 +1,5 @@
from app import sIO
@sIO.on('auth')
def handle_auth(msg):
print(msg)