#!/usr/bin/env python

from scalpel.run import run

if __name__ == '__main__':
    run()
