from plug import register_processor

def process(o):
    print(o)
register_processor(process)
