mirror of
https://github.com/MrSedan/neuro-reply-bot-reworked.git
synced 2026-01-14 21:49:42 +03:00
Added singleton config and changed module structure
This commit is contained in:
1
neuroapi/_methods/enums/__init__.py
Normal file
1
neuroapi/_methods/enums/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
from .get_all import EGetAll
|
||||
7
neuroapi/_methods/enums/get_all.py
Normal file
7
neuroapi/_methods/enums/get_all.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from enum import Enum
|
||||
|
||||
|
||||
class EGetAll(Enum):
|
||||
all = 'all'
|
||||
will_post = 'will-post'
|
||||
posted = 'posted'
|
||||
Reference in New Issue
Block a user