feat(katana): c o:w parser

This commit is contained in:
2024-01-07 14:07:22 +07:00
parent 410625e2b3
commit fb74bfe568
5 changed files with 111 additions and 4 deletions

View File

@ -26,7 +26,6 @@ pub fn init() {
}
pub async fn query_card(name: &str, series: &str) -> Option<Card> {
// todo!("Query card from database");
KATANA
.get()
.unwrap()