#!/usr/bin/env python

import sys
import nodevers.__main__

if __name__ == "__main__":
    nodevers.__main__.main(sys.argv)
