gloss-mc/Page.py

10 lines
168 B
Python

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