Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbunt1tled/python-fast-api
/ Role
Class
Role
src/app/user/data/role.py:4–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
3
4
class
Role(str, Enum):
5
USER =
"user"
6
ADMIN =
"admin"
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected