7 lines
125 B
Python
7 lines
125 B
Python
import py_func.tm as tm
|
|
|
|
def post_exec():
|
|
print("post_exec PASS")
|
|
|
|
def post_exec_fail():
|
|
print("post_exec_fail PASS") |