mirror of
https://github.com/MrSedan/neuro-reply-bot-reworked.git
synced 2026-01-15 14:09:43 +03:00
8 lines
140 B
Python
8 lines
140 B
Python
from ._methods.user import User
|
|
from ._methods.operation import Operation
|
|
|
|
|
|
class proxyapi():
|
|
user = User()
|
|
operation = Operation()
|