mirror of
https://github.com/MrSedan/neuro-reply-bot-reworked.git
synced 2026-01-14 21:49:42 +03:00
ADDED: module for work with api
This commit is contained in:
5
neuroapi/api_method.py
Normal file
5
neuroapi/api_method.py
Normal file
@@ -0,0 +1,5 @@
|
||||
class ApiMethod:
|
||||
api_url: str
|
||||
|
||||
def __init__(self, api_url: str) -> None:
|
||||
self.api_url = api_url
|
||||
Reference in New Issue
Block a user