#!/usr/bin/python
import sys

from ytvpn import ytvpn

if __name__=='__main__':
    sys.exit(ytvpn.main())