class camelot.admin.menu.Menu(verbose_name, items, icon=None)[source]¶
A menu is a part of the main menu shown on the main window. Each Menu
contains a list of items the user select. Such a menu item is either a Menu
itself, an Action object or None to insert a separator.