module Backend module Worker extend self def run : Nil Mosquito::Runner.start end end end