mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
e3ec9db989
+ break models into separate files + same for the utils and setup
7 lines
108 B
Python
7 lines
108 B
Python
class FavType:
|
|
"""Favorite types enum"""
|
|
|
|
track = "track"
|
|
album = "album"
|
|
artist = "artist"
|