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