1 2 3 4 5 6 7 8
package xyz.adjutor.aniki.presentation class Constants { companion object { const val baseUrl = "https://api.jikan.moe/" } }