gloss-mc/Page.py

10 lines
168 B
Python
Raw Normal View History

2007-08-14 18:10:53 -07:00
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