http emoji dict

This commit is contained in:
kiriharu 2021-01-03 17:57:42 +03:00
parent 94487be5e4
commit ee422dce33
2 changed files with 8 additions and 1 deletions

View File

@ -37,3 +37,10 @@ class Response:
class APINode: class APINode:
address: str address: str
token: str token: str
HTTP_EMOJI = {
200: "🆗",
404: "🔍",
500: "☠️",
}

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "core" name = "core"
version = "0.3.0" version = "0.4.0"
description = "Types and other core functionality" description = "Types and other core functionality"
authors = ["kiriharu <kiriharu@yandex.ru>"] authors = ["kiriharu <kiriharu@yandex.ru>"]