mirror of
https://github.com/MrSedan/neuro-reply-bot-reworked.git
synced 2026-01-15 14:09:43 +03:00
added proxyapi
This commit is contained in:
7
proxyapi/_proxyapi.py
Normal file
7
proxyapi/_proxyapi.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from ._methods.user import User
|
||||
from ._methods.operation import Operation
|
||||
|
||||
|
||||
class proxyapi():
|
||||
user = User()
|
||||
operation = Operation()
|
||||
Reference in New Issue
Block a user