Files
neuro-reply-bot-reworked/proxyapi/_proxyapi.py
2023-12-03 12:20:27 +05:00

8 lines
140 B
Python

from ._methods.user import User
from ._methods.operation import Operation
class proxyapi():
user = User()
operation = Operation()