This website requires JavaScript.
Explore
Help
Sign In
qadez11
/
lab-2
Watch
1
Star
0
Fork
You've already forked lab-2
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d1cd964ed2
lab-2
/
app.py
8 lines
100 B
Python
Raw
Blame
History
from
app
import
create_app
app
=
create_app
(
)
if
__name__
==
"
__main__
"
:
app
.
run
(
debug
=
True
)
Reference in New Issue
View Git Blame
Copy Permalink