mirror of
https://github.com/brmlab/edubrm.git
synced 2025-06-08 04:43:59 +02:00
6 lines
103 B
Python
6 lines
103 B
Python
class Module():
|
|
|
|
title = ''
|
|
|
|
def start(self, area):
|
|
raise Exception('not implemented')
|