This commit is contained in:
root
2025-07-12 20:01:38 +08:00
parent c1a33333d1
commit b975cac1c3
2 changed files with 510 additions and 1 deletions

View File

@@ -5,4 +5,5 @@ from .db import Db
class UserDb(Db):
def __init__(self):
self.key = "model"
self.users = self.kv.get(self.key)
pass