This website requires JavaScript.
Explore
Help
Sign In
pi3c
/
service_man
Watch
1
Star
0
Fork
You've already forked service_man
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
efdacfa0ce
service_man
/
api
/
application
/
contracts
/
user
/
user_request.py
7 lines
104 B
Python
Raw
Normal View
History
Unescape
Escape
user repo/usecases/session/di
2024-03-31 04:18:41 +03:00
from
dataclasses
import
dataclass
add user password hasher and depebdency
2024-04-01 01:12:01 +03:00
@dataclass
(
frozen
=
True
)
class
GetUserByEmailRequest
:
email
:
str