This website works better with JavaScript.
Explore
Help
Sign In
aaaa
/
read_write_run
Watch
1
Star
0
Fork
You've already forked read_write_run
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fb56053a4b
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'fb56053a4b'
${ noResults }
read_write_run
/
app.py
5 lines
97 B
Python
Raw
Normal View
History
Unescape
Escape
first commit
6 years ago
from
app
import
app
if
__name__
==
'
__main__
'
:
changes in api
6 years ago
app
.
run
(
host
=
'
0.0.0.0
'
,
port
=
1234
,
debug
=
True
)