mirror of
https://github.com/Radiquum/YAMPD.git
synced 2025-05-20 23:59:35 +05:00
feat: pack creating
This commit is contained in:
parent
5be021789b
commit
af7b8a6fea
27 changed files with 677 additions and 130 deletions
5
src/api/__init__.py
Normal file
5
src/api/__init__.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
from flask import Blueprint
|
||||
|
||||
api = Blueprint('api', __name__, url_prefix="/api/pack")
|
||||
|
||||
from . import pack
|
Loading…
Add table
Add a link
Reference in a new issue