comparison pyikriam/lazy/www/core/__init__.py @ 62:a4c364888197

add ikriam game binding lib python version
author hychen@mluna
date Wed, 22 Oct 2008 04:04:32 +0800
parents
children 60c4b4b78a01
comparison
equal deleted inserted replaced
60:610bbe1824ef 62:a4c364888197
1
2 class SemiProduct:
3
4 last_work = None
5 source = None
6 content = None
7
8 def __init__(self, **kwds):
9 self.source = kwds.get('source','')
10
11 def __str__(self):
12 return self.content