mirror of
https://github.com/Dvorinka/SpotifyRecAlg.git
synced 2026-06-04 04:23:02 +00:00
7 lines
108 B
Python
7 lines
108 B
Python
class FavType:
|
|
"""Favorite types enum"""
|
|
|
|
track = "track"
|
|
album = "album"
|
|
artist = "artist"
|