mirror of
https://github.com/MrSedan/neuro-reply-bot-reworked.git
synced 2026-01-15 05:59:43 +03:00
Added comments
This commit is contained in:
@@ -1 +1,2 @@
|
||||
"""Enums package"""
|
||||
from .get_all import EGetAll
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
from enum import Enum
|
||||
|
||||
|
||||
class EGetAll(Enum):
|
||||
class EGetAll(Enum):
|
||||
all = 'all'
|
||||
will_post = 'will-post'
|
||||
posted = 'posted'
|
||||
|
||||
Reference in New Issue
Block a user