File size: 268 Bytes
0a1b571
 
 
 
 
 
 
1
2
3
4
5
6
7
8
from hibiapi.api.wallpaper import Config, NetRequest, WallpaperEndpoint
from hibiapi.utils.routing import EndpointRouter

__mount__, __config__ = "wallpaper", Config

router = EndpointRouter(tags=["Wallpaper"])
router.include_endpoint(WallpaperEndpoint, NetRequest())