package xyz.adjutor.aniki.anime.topanime import retrofit2.Call import retrofit2.http.GET interface TopAnimeApi { @GET("v3/top/anime") fun getTopAnimeData(): Call }