6 lines
105 B
Python
6 lines
105 B
Python
|
|
from template_tbase_template import *
|
||
|
|
|
||
|
|
a = make_Class_dd()
|
||
|
|
if a.test() != "test":
|
||
|
|
raise RuntimeError
|