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:
11
neuroapi/_neuroapi.py
Normal file
11
neuroapi/_neuroapi.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from ._methods.admin import Admin
|
||||
from ._methods.image import Image
|
||||
from ._methods.post import Post
|
||||
from ._methods.user import User
|
||||
|
||||
|
||||
class neuroapi:
|
||||
post = Post()
|
||||
admin = Admin()
|
||||
user = User()
|
||||
image = Image()
|
||||
Reference in New Issue
Block a user