6 lines
104 B
Python
6 lines
104 B
Python
from .table import compare_table
|
|
|
|
eval_funcs = {
|
|
"compare_table(expected, actual)": compare_table
|
|
}
|