This website works better with JavaScript.
Explore
Help
Sign In
ethshit
/
web3-flipbook
Watch
1
Star
0
Fork
You've already forked web3-flipbook
0
Code
Issues
Pull Requests
Packages
Projects
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.
9828b767b3
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '9828b767b3'
${ noResults }
web3-flipbook
/
run.py
8 lines
103 B
Python
Raw
Normal View
History
Unescape
Escape
init skelly
2 years ago
from
flipbook
.
factory
import
create_app
app
=
create_app
(
)
if
__name__
==
'
__main__
'
:
get management routes up
2 years ago
app
.
run
(
)