Give basic notions to create a simple window in an object-oriented way using
only maya.cmds
API.
This requires that you have the basics at how a class works.
Store data "outside" of the interface and edit it form the interface.
Common use case where you have to get input of paths from the user.
A bit more complex than the pizza_creator.