Hacker News new | ask | show | jobs
Moa: Mastodon-Twitter-Instagram Crossposter (blog.yossarian.net)
5 points by hyperchrome 1287 days ago
1 comments

  def health_check(self) -> Result[None, str]:
    return Err("unimplemented")
Wow, so you can type the return value in Python? Had no idea.