package xyz.adjutor.aniki.presentation class Constants { companion object { const val baseUrl = "https://api.jikan.moe/" } }