DengFengLai's picture
DF.
0a1b571
raw
history blame
226 Bytes
from hibiapi.utils.net import BaseNetClient
from .constants import WallpaperConstants
class NetRequest(BaseNetClient):
def __init__(self):
super().__init__(headers={"user-agent": WallpaperConstants.USER_AGENT})