first commit

This commit is contained in:
2026-04-05 21:06:43 +07:00
commit 8a597f880f
28 changed files with 783 additions and 0 deletions

7
dto/users.py Normal file
View File

@@ -0,0 +1,7 @@
from dataclasses import dataclass
@dataclass
class NewUserDTO:
id: int
referal: int