Support chinese variant, QQ object in launcher and some code optimizations
This commit is contained in:
8
worthless/classes/mhyresponse.py
Normal file
8
worthless/classes/mhyresponse.py
Normal file
@ -0,0 +1,8 @@
|
||||
class mhyResponse:
|
||||
"""Simple class for wrapping miHoYo web response
|
||||
Currently not used for anything.
|
||||
"""
|
||||
def __init__(self, retcode, message, data):
|
||||
self.retcode = retcode
|
||||
self.message = message
|
||||
self.data = data
|
||||
Reference in New Issue
Block a user