mirror of
https://github.com/MrSedan/neuro-reply-bot-reworked.git
synced 2026-01-14 21:49:42 +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
|