Delete app/client.py

This commit is contained in:
2024-02-22 17:21:10 +08:00
parent ca93974301
commit 7117ed61a4

View File

@@ -1,6 +0,0 @@
from typing import NewType, TypedDict
UserID = NewType("UserID", int)
class User(TypedDict):
userId: UserID
name: str