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
f5ecba9c1e
service_man
/
api
/
application
/
contracts
/
user
/
user_response.py
8 lines
109 B
Python
Raw
Blame
History
from
dataclasses
import
dataclass
@dataclass
(
frozen
=
True
)
class
UserResponse
:
name
:
str
email
:
str
Reference in New Issue
View Git Blame
Copy Permalink