#! /usr/bin/env python

if __name__ == '__main__':
    from abjad.tools.systemtools.run_abjad import run_abjad
    run_abjad()
