ADDED: module for work with api

This commit is contained in:
2023-11-22 20:48:27 +05:00
parent d286da698e
commit ce940f7646
8 changed files with 124 additions and 0 deletions

View File

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