from apollo_utils.service.clients.aiohttp.utils.router import get_routers from server.api.artists.streams import router as artists_streams_router from server.api.artists.tracks import router as artists_tracks_router router = get_routers(locals().values())