This website requires JavaScript.
Explore
Help
Sign In
ifiguero
/
regadora
mirror of
https://github.com/Kodomo/regadora
Watch
2
Star
0
Fork
You've already forked regadora
0
Code
Issues
Projects
Releases
Wiki
Activity
main
regadora
/
app.py
7 lines
105 B
Python
Raw
Permalink
Blame
History
from
web
import
create_app
iapp
=
create_app
(
)
if
__name__
==
'
__main__
'
:
iapp
.
run
(
host
=
'
0.0.0.0
'
)
Reference in New Issue
View Git Blame
Copy Permalink