edubrm/software/modules/module.py
2011-04-01 19:25:29 +02:00

6 lines
103 B
Python

class Module():
title = ''
def start(self, area):
raise Exception('not implemented')