Files
neuro-reply-bot-reworked/neuroapi/api_method.py

6 lines
112 B
Python

class ApiMethod:
api_url: str
def __init__(self, api_url: str) -> None:
self.api_url = api_url