annotate python/ppci/core/module.py @ 102:63937c8d1478

Fixes and start with ir generator
author windel
date Tue, 25 Dec 2012 11:11:24 +0100
parents 4a37d6992bd3
children ed230e947dc6
rev   line source
94
1be00bcfaabb Last parts before movage
windel
parents:
diff changeset
1
1be00bcfaabb Last parts before movage
windel
parents:
diff changeset
2 class Module:
102
63937c8d1478 Fixes and start with ir generator
windel
parents: 95
diff changeset
3 def __init__(self):
63937c8d1478 Fixes and start with ir generator
windel
parents: 95
diff changeset
4 print('new module!')
94
1be00bcfaabb Last parts before movage
windel
parents:
diff changeset
5