fixed: error with data

moved: api to init
updated: version up to 0.0.2
This commit is contained in:
2024-04-05 01:50:12 +07:00
parent 967bdd02e7
commit aac0458437
4 changed files with 81 additions and 81 deletions
+1 -1
View File
@@ -10,5 +10,5 @@ class NoAuthData(ApiException):
pass
class ApiError(ApiException):
class RequestError(ApiException):
pass