Added comments

This commit is contained in:
2024-02-15 16:58:37 +03:00
parent 19cf282e08
commit dba5c60080
42 changed files with 388 additions and 11 deletions

View File

@@ -1 +1,2 @@
"""Enums package"""
from .get_all import EGetAll

View File

@@ -1,7 +1,7 @@
from enum import Enum
class EGetAll(Enum):
class EGetAll(Enum):
all = 'all'
will_post = 'will-post'
posted = 'posted'