mirror of
https://github.com/MrSedan/neuro-reply-bot-reworked.git
synced 2026-01-15 05:59:43 +03:00
6 lines
112 B
Python
6 lines
112 B
Python
class ApiMethod:
|
|
api_url: str
|
|
|
|
def __init__(self, api_url: str) -> None:
|
|
self.api_url = api_url
|