import osfrom qaip import Qaipclient = Qaip( api_key=os.environ.get("QAIP_API_KEY"), # This is the default and can be omitted)response = client.tags()print(response.tags)
import osfrom qaip import Qaipclient = Qaip( api_key=os.environ.get("QAIP_API_KEY"), # This is the default and can be omitted)response = client.tags()print(response.tags)