mirror of
https://github.com/catspace-dev/unicheckbot.git
synced 2024-11-22 05:46:33 +03:00
added APINode dataclass
This commit is contained in:
parent
4f0b36656c
commit
3f6c966b5f
|
@ -31,3 +31,9 @@ class HttpCheckerResponse(Payload):
|
|||
class Response:
|
||||
status: ResponseStatus
|
||||
payload: Payload
|
||||
|
||||
|
||||
@dataclass
|
||||
class APINode:
|
||||
address: str
|
||||
token: str
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "core"
|
||||
version = "0.1.0"
|
||||
version = "0.3.0"
|
||||
description = "Types and other core functionality"
|
||||
authors = ["kiriharu <kiriharu@yandex.ru>"]
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user