File: enums.py

package info (click to toggle)
python-ytmusicapi 1.10.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,412 kB
  • sloc: python: 4,324; sh: 14; makefile: 12
file content (5 lines) | stat: -rw-r--r-- 92 bytes parent folder | download
1
2
3
4
5
from enum import Enum


class ResponseStatus(str, Enum):
    SUCCEEDED = "STATUS_SUCCEEDED"