from main import _ print(_("hello_key")) print(_("fallback_key")) print(_("thisdoesntexist"))