Files
neuro-reply-bot-reworked/neuroapi/_methods/enums/get_all.py
2024-02-15 16:58:37 +03:00

8 lines
112 B
Python

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