first commit
This commit is contained in:
7
dto/users.py
Normal file
7
dto/users.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from dataclasses import dataclass
|
||||
|
||||
|
||||
@dataclass
|
||||
class NewUserDTO:
|
||||
id: int
|
||||
referal: int
|
||||
Reference in New Issue
Block a user