Files
Tomas Dvorak 6e8fedf534 first commit
2026-04-13 17:46:58 +02:00

7 lines
108 B
Python

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