import clutter """ A Page is like a menu, but without the menu and 'things' placed everywhere instead of menu items """ class Page(): def __init__(): pass