from nebuly.ab_testing import ABTesting client = ABTesting("your_nebuly_api_key") variants = client.get_variants( user="<user_id>", project_id="<project_id>", feature_flags=["feature_flag_a", "feature_flag_b"] ) print(variants)