#!/usr/bin/python2
from libpathod import cmdline

if __name__ == "__main__":
    cmdline.go_pathoc()
