9 lines
126 B
Python
9 lines
126 B
Python
|
|
from function.method_reader_metric import MethodReader
|
|
|
|
|
|
|
|
method_reader = MethodReader()
|
|
|
|
|
|
print(method_reader.get_metrics()) |