def _read_api_key()

in contentannotation/video2annotation.py [0:0]


    def _read_api_key(self, path: str) -> str:
        with open(path, "r") as file:
            return file.read().strip()