12 lines
245 B
Python
12 lines
245 B
Python
from .rooms import ffe, ffw, gfe, gfw, stw
|
|
|
|
# TODO: Coverage, *Information (Chapter 1), ... ausblenden, wenn leer
|
|
|
|
|
|
def add_all_testcases(ts, mc, h):
|
|
ffe(ts, mc, h)
|
|
ffw(ts, mc, h)
|
|
gfe(ts, mc, h)
|
|
gfw(ts, mc, h)
|
|
stw(ts, mc, h)
|