Model-View-ViewModel. Facilitates a separation of development of the graphical user interface.
React (View) + State (ViewModel).
class MVVM:\n def __init__(self):\n pass\n\n def execute(self):\n print('Executing MVVM')