Mon, 22 Jan 2018 12:22:01 +0200
transform_to_xy implemented and concave test online
def warning(object, *message): return { 'type': 'warning', 'object': object, 'message': str.format(*message), } def error(object, *message): return { 'type': 'error', 'object': object, 'message': str.format(*message), }