Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PacktPublishing/Full-Stack-FastAPI-React-and-MongoDB
/ Role
Class
Role
chapter7/backend/models.py:33–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
32
33
class
Role(str, Enum):
34
35
SALESMAN =
"SALESMAN"
36
ADMIN =
"ADMIN"
37
38
39
class
UserBase(MongoBaseModel):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected