diff --git a/app/client.py b/app/client.py deleted file mode 100644 index 812dc3c..0000000 --- a/app/client.py +++ /dev/null @@ -1,6 +0,0 @@ -from typing import NewType, TypedDict - -UserID = NewType("UserID", int) -class User(TypedDict): - userId: UserID - name: str \ No newline at end of file