#!/usr/bin/env python3

from dot.__main__ import dot_from_args

if __name__ == "__main__":
    dot_from_args()
