This website works better with JavaScript.
Home
Help
Sign In
oops
/
hw
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
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.
16
Commits
1
Branch
0
Tags
823 KiB
Python
73.1%
HTML
23.7%
CSS
1.6%
Shell
1.3%
Dockerfile
0.2%
Branch:
main
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'main'
${ noResults }
hw
/
run.py
7 lines
100 B
Raw
Permalink
Blame
History
from
app
import
create_app
app
=
create_app
(
)
if
__name__
==
"
__main__
"
:
app
.
run
(
debug
=
True
)
Reference in new issue