This website works better with JavaScript.
Explore
Help
Sign In
Burathar
/
The-Hunt
Watch
1
Star
0
Fork
You've already forked The-Hunt
0
Code
Issues
24
Pull Requests
Releases
Wiki
Activity
python3
flask
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70
Commits
4
Branches
0
Tags
2.2 MiB
Python
53.8%
HTML
31.1%
CSS
9.6%
JavaScript
5.1%
Mako
0.3%
Tree:
15c27bbfdc
QR-seachgame
feature_tests
master
testing
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '15c27bbfdc'
${ noResults }
The-Hunt
/
app
/
models
/
role.py
8 lines
101 B
Raw
Blame
History
from
enum
import
Enum
class
Role
(
Enum
)
:
none
=
0
owner
=
1
hunter
=
2
bunny
=
3
Reference in new issue
Copy Permalink