6 lines
105 B
Python
6 lines
105 B
Python
statistics_functions = []
|
|
|
|
|
|
def register_statistics(function):
|
|
statistics_functions.append(function)
|