iniitialize project teardown

This commit is contained in:
geoffrey45
2022-03-07 06:49:56 +03:00
parent 7f2102f931
commit b930fc0ca6
28 changed files with 184 additions and 179 deletions
+3 -3
View File
@@ -11,9 +11,6 @@ bp = Blueprint("api", __name__, url_prefix="")
home_dir = helpers.home_dir
all_the_f_albums = helpers.create_all_albums()
all_the_f_music = helpers.create_all_tracks()
def initialize() -> None:
"""
@@ -26,6 +23,9 @@ def initialize() -> None:
initialize()
all_the_f_albums = helpers.create_all_albums()
all_the_f_music = helpers.create_all_tracks()
@bp.route("/")
def say_hi():