Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def get_tfbs_client(self):
"""Creates the TFBS client"""
if self._tfbs_client is None:
self._tfbs_client = crc.TFBSClient(self._session,
self._configuration)
return self._tfbs_client