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