mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-06 19:25:34 +00:00
7 lines
108 B
Python
7 lines
108 B
Python
class FavType:
|
|
"""Favorite types enum"""
|
|
|
|
track = "track"
|
|
album = "album"
|
|
artist = "artist"
|