Kivy framework for Mojo

Hello !
I’m developing a python program based on KivyMD framework.
how’s the state of art about a possible integration of this Python framework on mojo ?

Given that Kivy is a fairly large Python framework, the best way to integrate with Mojo would probably be through our relatively new Python → Mojo interoperability functionality. There’s no need to rewrite Kivy in Mojo, but you could call into Mojo from it where you needed Mojo’s performance or GPU programming capabilities.