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