swingmusic/app/models/enums.py
geoffrey45 e3ec9db989 add method and route to search across tracks, albums and artists.
+ break models into separate files
+ same for the utils and setup
2023-03-09 13:08:50 +03:00

7 lines
108 B
Python

class FavType:
"""Favorite types enum"""
track = "track"
album = "album"
artist = "artist"