#!/usr/bin/python3

import sys

from pyroute2.dhcp.client import run


if __name__ == "__main__":
    sys.exit(run())
