mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
Restyled by reorder-python-imports
This commit is contained in:
committed by
Mungai Geoffrey
parent
3a699365c8
commit
dc683e6314
@@ -1,9 +1,10 @@
|
||||
"""
|
||||
Contains all the track routes.
|
||||
"""
|
||||
|
||||
from app import api, instances
|
||||
from flask import Blueprint, send_file
|
||||
from app import api
|
||||
from app import instances
|
||||
from flask import Blueprint
|
||||
from flask import send_file
|
||||
|
||||
track_bp = Blueprint("track", __name__, url_prefix="/")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user