mirror of
https://github.com/brmlab/edubrm.git
synced 2025-12-15 01:53:58 +01:00
6 lines
103 B
Python
6 lines
103 B
Python
class Module():
|
|
|
|
title = ''
|
|
|
|
def start(self, area):
|
|
raise Exception('not implemented')
|