#!/usr/bin/python3

import sys

from pyscrlink.bluepy_helper_cap import setcap


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