Files
neuro-reply-bot-reworked/neuroapi/enums/get_all.py

8 lines
111 B
Python

from enum import Enum
class EGetAll(Enum):
all = 'all'
will_post = 'will-post'
posted = 'posted'