Files
2010-09-23 13:09:54 +03:00

6 lines
104 B
Python

# the typical way to provide a default implementation;
# see curses.has_key()
class boo(object):
pass