"""
XKCD
Webcomic of romance, sarcasm, math, and language.
"""
name = "fetch-current-comic"
version = "0.0.0"

usecase FetchCurrentComic safe  {
  result {
    alt string!
  
    day string!
  
    img string!
  
    link string!
  
    month string!
  
    news string!
  
    num number!
  
    safeTitle string!
  
    title string!
  
    transcript string!
  
    year string!
  }!
}