mirror of
https://github.com/Radiquum/YAMPD.git
synced 2025-05-20 23:59:35 +05:00
format
This commit is contained in:
parent
3ef10c07cf
commit
c74170a14d
6 changed files with 20 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
from flask import Blueprint
|
||||
|
||||
api = Blueprint('api', __name__, url_prefix="/api/pack")
|
||||
api = Blueprint("api", __name__, url_prefix="/api/pack")
|
||||
|
||||
from . import pack
|
||||
from . import pack
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue