This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
pvlking
/
zfsafe
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.
10
Commits
1
Branch
0
Tags
1.1 MiB
Python
44.8%
JavaScript
29.7%
HTML
13%
CSS
12.5%
Tree:
f44fa1d565
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'f44fa1d565'
${ noResults }
zfsafe
/
web
/
API
/
__init__.py
4 lines
102 B
Raw
Blame
History
from
quart
import
Blueprint
#定义模块
api
=
Blueprint
(
'
api
'
,
__name__
)
from
.
import
user
,
task
,
wsm
Reference in new issue