mirror of
https://github.com/brmlab/edubrm.git
synced 2025-06-08 21:03:59 +02:00
8 lines
130 B
Python
8 lines
130 B
Python
from module import Module
|
|
|
|
class ModuleB(Module):
|
|
|
|
group = "Bcko"
|
|
title = "Bcko"
|
|
board = 1
|
|
desc = "Toto je Bcko"
|