This website works better with JavaScript.
Explore
Help
Sign In
hacks
/
perm-hack-2023
mirror of
https://github.com/perm-hack/perm-hack
Watch
1
Star
0
Fork
You've already forked perm-hack-2023
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
efbc5ff6c3
perm-hack-2023
/
apps
/
py-conveyor-service
/
api
/
request
/
base.py
6 lines
111 B
Raw
Blame
History
from
pydantic
import
BaseModel
class
RequestBase
(
BaseModel
)
:
class
Config
:
use_enum_values
=
True
Reference in new issue
View Git Blame
Copy Permalink