#!/usr/bin/python
from dot2tex.dot2tex import main

if __name__ == '__main__':
    main()