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.
171
Commits
4
Branches
0
Tags
2.2 MiB
Tree:
029f86f6c7
QR-seachgame
feature_tests
master
testing
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '029f86f6c7'
${ noResults }
The-Hunt
/
app
/
game_settings
/
__init__.py
6 lines
100 B
Raw
Normal View
History
Unescape
Escape
Move game settings into separate blueprint
4 years ago
from
flask
import
Blueprint
bp
=
Blueprint
(
'
game
'
,
__name__
)
move objective routes to separate file
4 years ago
from
app
.
game_settings
import
routes