6 lines
94 B
Python
6 lines
94 B
Python
|
|
from template_ns4 import *
|
||
|
|
|
||
|
|
d = make_Class_DD()
|
||
|
|
if d.test() != "test":
|
||
|
|
raise RuntimeError
|